org.netbeans.modules.j2ee.dd/1 1.13.0 2

org.netbeans.modules.j2ee.dd.api.client
Interface AppClient

All Superinterfaces:
CommonDDBean, ComponentInterface, CreateCapability, DescriptionInterface, DisplayNameInterface, FindCapability, IconInterface, RootInterface

public interface AppClient
extends RootInterface


Field Summary
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_3
           
static String VERSION_1_4
           
static String VERSION_5_0
           
 
Fields inherited from interface org.netbeans.modules.j2ee.dd.api.common.RootInterface
MERGE_INTERSECT, MERGE_UNION, MERGE_UPDATE
 
Method Summary
 int addEjbRef(EjbRef valueInterface)
           
 int addEnvEntry(EnvEntry valueInterface)
           
 int addIcon(Icon valueInterface)
           
 int addMessageDestination(MessageDestination valueInterface)
           
 int addMessageDestinationRef(MessageDestinationRef valueInterface)
           
 int addResourceEnvRef(ResourceEnvRef valueInterface)
           
 int addResourceRef(ResourceRef valueInterface)
           
 int addServiceRef(ServiceRef valueInterface)
           
 String getCallbackHandler()
           
 EjbRef[] getEjbRef()
           
 EjbRef getEjbRef(int index)
           
 EnvEntry[] getEnvEntry()
           
 EnvEntry getEnvEntry(int index)
           
 SAXParseException getError()
           
 Icon getIcon(int index)
           
 MessageDestination[] getMessageDestination()
           
 MessageDestination getMessageDestination(int index)
           
 MessageDestinationRef[] getMessageDestinationRef()
           
 MessageDestinationRef getMessageDestinationRef(int index)
           
 ResourceEnvRef[] getResourceEnvRef()
           
 ResourceEnvRef getResourceEnvRef(int index)
           
 ResourceRef[] getResourceRef()
           
 ResourceRef getResourceRef(int index)
           
 ServiceRef[] getServiceRef()
           
 ServiceRef getServiceRef(int index)
           
 int getStatus()
           
 BigDecimal getVersion()
           
 EjbRef newEjbRef()
           
 EnvEntry newEnvEntry()
           
 Icon newIcon()
           
 MessageDestination newMessageDestination()
           
 MessageDestinationRef newMessageDestinationRef()
           
 ResourceEnvRef newResourceEnvRef()
           
 ResourceRef newResourceRef()
           
 ServiceRef newServiceRef()
           
 int removeEjbRef(EjbRef valueInterface)
           
 int removeEnvEntry(EnvEntry valueInterface)
           
 int removeIcon(Icon valueInterface)
           
 int removeMessageDestination(MessageDestination valueInterface)
           
 int removeMessageDestinationRef(MessageDestinationRef valueInterface)
           
 int removeResourceEnvRef(ResourceEnvRef valueInterface)
           
 int removeResourceRef(ResourceRef valueInterface)
           
 int removeServiceRef(ServiceRef valueInterface)
           
 void setCallbackHandler(String value)
           
 void setEjbRef(EjbRef[] value)
           
 void setEjbRef(int index, EjbRef valueInterface)
           
 void setEnvEntry(EnvEntry[] value)
           
 void setEnvEntry(int index, EnvEntry valueInterface)
           
 void setIcon(Icon[] value)
           
 void setIcon(int index, Icon valueInterface)
           
 void setMessageDestination(int index, MessageDestination valueInterface)
           
 void setMessageDestination(MessageDestination[] value)
           
 void setMessageDestinationRef(int index, MessageDestinationRef valueInterface)
           
 void setMessageDestinationRef(MessageDestinationRef[] value)
           
 void 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)
           
 void setServiceRef(ServiceRef[] value)
           
 void setVersion(BigDecimal version)
           
 int sizeEjbRef()
           
 int sizeEnvEntry()
           
 int sizeIcon()
           
 int sizeMessageDestination()
           
 int sizeMessageDestinationRef()
           
 int sizeResourceEnvRef()
           
 int sizeResourceRef()
           
 int sizeServiceRef()
           
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.RootInterface
merge, write
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DisplayNameInterface
getAllDisplayNames, getDefaultDisplayName, getDisplayName, removeAllDisplayNames, removeDisplayName, removeDisplayNameForLocale, setAllDisplayNames, setDisplayName, setDisplayName
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CreateCapability
addBean, addBean, createBean
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.FindCapability
findBeanByName
 
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
 

Field Detail

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
Method Detail

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)

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.