public interface AppClient extends RootInterface
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_STATUS |
static String |
PROPERTY_VERSION |
static int |
STATE_INVALID_PARSABLE |
static int |
STATE_INVALID_UNPARSABLE |
static int |
STATE_VALID |
static String |
VERSION_1_4 |
static String |
VERSION_5_0 |
static String |
VERSION_6_0 |
static String |
VERSION_7_0
application-client.xml DD version for JavaEE7
|
MERGE_INTERSECT, MERGE_UNION, MERGE_UPDATEmerge, writeaddPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, writegetAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescriptiongetAllDisplayNames, getDefaultDisplayName, getDisplayName, removeAllDisplayNames, removeDisplayName, removeDisplayNameForLocale, setAllDisplayNames, setDisplayName, setDisplayNameaddBean, addBean, createBeanfindBeanByNamegetAllIcons, getDefaultIcon, getLargeIcon, getLargeIcon, getSmallIcon, getSmallIcon, removeAllIcons, removeIcon, removeIcon, removeLargeIcon, removeLargeIcon, removeSmallIcon, removeSmallIcon, setAllIcons, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIconstatic final String PROPERTY_VERSION
static final String VERSION_1_4
static final String VERSION_5_0
static final String VERSION_6_0
static final String VERSION_7_0
static final int STATE_VALID
static final int STATE_INVALID_PARSABLE
static final int STATE_INVALID_UNPARSABLE
static final String PROPERTY_STATUS
int addEjbRef(EjbRef valueInterface)
int addEnvEntry(EnvEntry valueInterface)
int addIcon(Icon valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint addMessageDestination(MessageDestination valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint addMessageDestinationRef(MessageDestinationRef valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint addResourceEnvRef(ResourceEnvRef valueInterface)
int addResourceRef(ResourceRef valueInterface)
int addServiceRef(ServiceRef valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionString getCallbackHandler()
EjbRef[] getEjbRef()
EjbRef getEjbRef(int index)
EnvEntry[] getEnvEntry()
EnvEntry getEnvEntry(int index)
SAXParseException getError()
Icon getIcon(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionMessageDestination[] getMessageDestination() throws VersionNotSupportedException
VersionNotSupportedExceptionMessageDestination getMessageDestination(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionMessageDestinationRef[] getMessageDestinationRef() throws VersionNotSupportedException
VersionNotSupportedExceptionMessageDestinationRef getMessageDestinationRef(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionResourceEnvRef[] getResourceEnvRef()
ResourceEnvRef getResourceEnvRef(int index)
ResourceRef[] getResourceRef()
ResourceRef getResourceRef(int index)
ServiceRef[] getServiceRef() throws VersionNotSupportedException
VersionNotSupportedExceptionServiceRef getServiceRef(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionint getStatus()
int removeEjbRef(EjbRef valueInterface)
int removeEnvEntry(EnvEntry valueInterface)
int removeIcon(Icon valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint removeMessageDestination(MessageDestination valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint removeMessageDestinationRef(MessageDestinationRef valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint removeResourceEnvRef(ResourceEnvRef valueInterface)
int removeResourceRef(ResourceRef valueInterface)
int removeServiceRef(ServiceRef valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setCallbackHandler(String value)
void setEjbRef(int index,
EjbRef valueInterface)
void setEjbRef(EjbRef[] value)
void setEnvEntry(int index,
EnvEntry valueInterface)
void setEnvEntry(EnvEntry[] value)
void setIcon(int index,
Icon valueInterface)
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setIcon(Icon[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setMessageDestination(int index,
MessageDestination valueInterface)
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setMessageDestination(MessageDestination[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setMessageDestinationRef(int index,
MessageDestinationRef valueInterface)
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setMessageDestinationRef(MessageDestinationRef[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setResourceEnvRef(int index,
ResourceEnvRef valueInterface)
void setResourceEnvRef(ResourceEnvRef[] value)
void setResourceRef(int index,
ResourceRef valueInterface)
void setResourceRef(ResourceRef[] value)
void setServiceRef(int index,
ServiceRef valueInterface)
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setServiceRef(ServiceRef[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizeEjbRef()
int sizeEnvEntry()
int sizeIcon()
throws VersionNotSupportedException
VersionNotSupportedExceptionint sizeMessageDestination()
throws VersionNotSupportedException
VersionNotSupportedExceptionint sizeMessageDestinationRef()
throws VersionNotSupportedException
VersionNotSupportedExceptionint sizeResourceEnvRef()
int sizeResourceRef()
int sizeServiceRef()
throws VersionNotSupportedException
VersionNotSupportedExceptionEjbRef newEjbRef()
EnvEntry newEnvEntry()
Icon newIcon() throws VersionNotSupportedException
VersionNotSupportedExceptionMessageDestination newMessageDestination() throws VersionNotSupportedException
VersionNotSupportedExceptionMessageDestinationRef newMessageDestinationRef() throws VersionNotSupportedException
VersionNotSupportedExceptionResourceEnvRef newResourceEnvRef()
ResourceRef newResourceRef()
ServiceRef newServiceRef() throws VersionNotSupportedException
VersionNotSupportedExceptionBigDecimal getVersion()
void setVersion(BigDecimal version)
Built on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.