org.netbeans.modules.j2ee.dd.api.client
Interface AppClient
- All Superinterfaces:
- CommonDDBean, ComponentInterface, CreateCapability, DescriptionInterface, DisplayNameInterface, FindCapability, IconInterface, RootInterface
public interface AppClient
- extends RootInterface
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.IconInterface |
getAllIcons, getDefaultIcon, getLargeIcon, getLargeIcon, getSmallIcon, getSmallIcon, removeAllIcons, removeIcon, removeIcon, removeLargeIcon, removeLargeIcon, removeSmallIcon, removeSmallIcon, setAllIcons, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon |
PROPERTY_VERSION
static final String PROPERTY_VERSION
- See Also:
- Constant Field Values
VERSION_1_3
static final String VERSION_1_3
- See Also:
- Constant Field Values
VERSION_1_4
static final String VERSION_1_4
- See Also:
- Constant Field Values
VERSION_5_0
static final String VERSION_5_0
- See Also:
- Constant Field Values
STATE_VALID
static final int STATE_VALID
- See Also:
- Constant Field Values
STATE_INVALID_PARSABLE
static final int STATE_INVALID_PARSABLE
- See Also:
- Constant Field Values
STATE_INVALID_UNPARSABLE
static final int STATE_INVALID_UNPARSABLE
- See Also:
- Constant Field Values
PROPERTY_STATUS
static final String PROPERTY_STATUS
- See Also:
- Constant Field Values
addEjbRef
int addEjbRef(EjbRef valueInterface)
addEnvEntry
int addEnvEntry(EnvEntry valueInterface)
addIcon
int addIcon(Icon valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
addMessageDestination
int addMessageDestination(MessageDestination valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
addMessageDestinationRef
int addMessageDestinationRef(MessageDestinationRef valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
addResourceEnvRef
int addResourceEnvRef(ResourceEnvRef valueInterface)
addResourceRef
int addResourceRef(ResourceRef valueInterface)
addServiceRef
int addServiceRef(ServiceRef valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getCallbackHandler
String getCallbackHandler()
getEjbRef
EjbRef[] getEjbRef()
getEjbRef
EjbRef getEjbRef(int index)
getEnvEntry
EnvEntry[] getEnvEntry()
getEnvEntry
EnvEntry getEnvEntry(int index)
getError
SAXParseException getError()
getIcon
Icon getIcon(int index)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getMessageDestination
MessageDestination[] getMessageDestination()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getMessageDestination
MessageDestination getMessageDestination(int index)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getMessageDestinationRef
MessageDestinationRef[] getMessageDestinationRef()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getMessageDestinationRef
MessageDestinationRef getMessageDestinationRef(int index)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getResourceEnvRef
ResourceEnvRef[] getResourceEnvRef()
getResourceEnvRef
ResourceEnvRef getResourceEnvRef(int index)
getResourceRef
ResourceRef[] getResourceRef()
getResourceRef
ResourceRef getResourceRef(int index)
getServiceRef
ServiceRef[] getServiceRef()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getServiceRef
ServiceRef getServiceRef(int index)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getStatus
int getStatus()
removeEjbRef
int removeEjbRef(EjbRef valueInterface)
removeEnvEntry
int removeEnvEntry(EnvEntry valueInterface)
removeIcon
int removeIcon(Icon valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
removeMessageDestination
int removeMessageDestination(MessageDestination valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
removeMessageDestinationRef
int removeMessageDestinationRef(MessageDestinationRef valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
removeResourceEnvRef
int removeResourceEnvRef(ResourceEnvRef valueInterface)
removeResourceRef
int removeResourceRef(ResourceRef valueInterface)
removeServiceRef
int removeServiceRef(ServiceRef valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setCallbackHandler
void setCallbackHandler(String value)
setEjbRef
void setEjbRef(int index,
EjbRef valueInterface)
setEjbRef
void setEjbRef(EjbRef[] value)
setEnvEntry
void setEnvEntry(int index,
EnvEntry valueInterface)
setEnvEntry
void setEnvEntry(EnvEntry[] value)
setIcon
void setIcon(int index,
Icon valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setIcon
void setIcon(Icon[] value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setMessageDestination
void setMessageDestination(int index,
MessageDestination valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setMessageDestination
void setMessageDestination(MessageDestination[] value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setMessageDestinationRef
void setMessageDestinationRef(int index,
MessageDestinationRef valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setMessageDestinationRef
void setMessageDestinationRef(MessageDestinationRef[] value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setResourceEnvRef
void setResourceEnvRef(int index,
ResourceEnvRef valueInterface)
setResourceEnvRef
void setResourceEnvRef(ResourceEnvRef[] value)
setResourceRef
void setResourceRef(int index,
ResourceRef valueInterface)
setResourceRef
void setResourceRef(ResourceRef[] value)
setServiceRef
void setServiceRef(int index,
ServiceRef valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setServiceRef
void setServiceRef(ServiceRef[] value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
sizeEjbRef
int sizeEjbRef()
sizeEnvEntry
int sizeEnvEntry()
sizeIcon
int sizeIcon()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
sizeMessageDestination
int sizeMessageDestination()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
sizeMessageDestinationRef
int sizeMessageDestinationRef()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
sizeResourceEnvRef
int sizeResourceEnvRef()
sizeResourceRef
int sizeResourceRef()
sizeServiceRef
int sizeServiceRef()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
newEjbRef
EjbRef newEjbRef()
newEnvEntry
EnvEntry newEnvEntry()
newIcon
Icon newIcon()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
newMessageDestination
MessageDestination newMessageDestination()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
newMessageDestinationRef
MessageDestinationRef newMessageDestinationRef()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
newResourceEnvRef
ResourceEnvRef newResourceEnvRef()
newResourceRef
ResourceRef newResourceRef()
newServiceRef
ServiceRef newServiceRef()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getVersion
BigDecimal getVersion()
setVersion
void setVersion(BigDecimal version)