public interface Session extends EntityAndSession
| Modifier and Type | Field and Description |
|---|---|
static String |
BUSINESS_LOCAL |
static String |
BUSINESS_REMOTE |
static String |
SERVICE_ENDPOINT |
static String |
SESSION_TYPE |
static String |
SESSION_TYPE_SINGLETON |
static String |
SESSION_TYPE_STATEFUL |
static String |
SESSION_TYPE_STATELESS |
static String |
TRANSACTION_TYPE |
static String |
TRANSACTION_TYPE_BEAN |
static String |
TRANSACTION_TYPE_CONTAINER |
HOME, LOCAL, LOCAL_HOME, REMOTE, SECURITY_ROLE_REFEJB_CLASS, EJB_LOCAL_REF, EJB_NAME, EJB_REF, ENV_ENTRY, MESSAGE_DESTINATION_REF, RESOURCE_ENV_REF, RESOURCE_REF, SECURITY_IDENTITY, SERVICE_REFaddSecurityRoleRef, getHome, getLocal, getLocalHome, getRemote, getSecurityRoleRef, getSecurityRoleRef, newSecurityRoleRef, removeSecurityRoleRef, setHome, setLocal, setLocalHome, setRemote, setSecurityRoleRef, setSecurityRoleRef, sizeSecurityRoleRefaddEjbLocalRef, addEjbRef, addEnvEntry, addMessageDestinationRef, addResourceEnvRef, addResourceRef, addServiceRef, getEjbClass, getEjbLocalRef, getEjbLocalRef, getEjbName, getEjbRef, getEjbRef, getEnvEntry, getEnvEntry, getMessageDestinationRef, getMessageDestinationRef, getResourceEnvRef, getResourceEnvRef, getResourceRef, getResourceRef, getRoot, getSecurityIdentity, getServiceRef, getServiceRef, newEjbLocalRef, newEjbRef, newEnvEntry, newMessageDestinationRef, newResourceEnvRef, newResourceRef, newSecurityIdentity, newServiceRef, removeEjbLocalRef, removeEjbRef, removeEnvEntry, removeMessageDestinationRef, removeResourceEnvRef, removeResourceRef, removeServiceRef, setEjbClass, setEjbLocalRef, setEjbLocalRef, setEjbName, setEjbRef, setEjbRef, setEnvEntry, setEnvEntry, setMessageDestinationRef, setMessageDestinationRef, setResourceEnvRef, setResourceEnvRef, setResourceRef, setResourceRef, setSecurityIdentity, setServiceRef, setServiceRef, sizeEjbLocalRef, sizeEjbRef, sizeEnvEntry, sizeMessageDestinationRef, sizeResourceEnvRef, sizeResourceRef, sizeServiceRefaddPropertyChangeListener, 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 SERVICE_ENDPOINT
static final String SESSION_TYPE
static final String TRANSACTION_TYPE
static final String SESSION_TYPE_STATEFUL
static final String SESSION_TYPE_STATELESS
static final String SESSION_TYPE_SINGLETON
static final String TRANSACTION_TYPE_BEAN
static final String TRANSACTION_TYPE_CONTAINER
static final String BUSINESS_LOCAL
static final String BUSINESS_REMOTE
String getSessionType()
void setSessionType(String value)
String getTransactionType()
void setTransactionType(String value)
void setServiceEndpoint(String value) throws VersionNotSupportedException
VersionNotSupportedExceptionString getServiceEndpoint() throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setMappedName(String value) throws VersionNotSupportedException
VersionNotSupportedExceptionString getMappedName() throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setBusinessLocal(int index,
String value)
throws VersionNotSupportedException
VersionNotSupportedExceptionString getBusinessLocal(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizeBusinessLocal()
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setBusinessLocal(String[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionString[] getBusinessLocal() throws VersionNotSupportedException
VersionNotSupportedExceptionint addBusinessLocal(String value) throws VersionNotSupportedException
VersionNotSupportedExceptionint removeBusinessLocal(String value) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setBusinessRemote(int index,
String value)
throws VersionNotSupportedException
VersionNotSupportedExceptionString getBusinessRemote(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizeBusinessRemote()
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setBusinessRemote(String[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionString[] getBusinessRemote() throws VersionNotSupportedException
VersionNotSupportedExceptionint addBusinessRemote(String value) throws VersionNotSupportedException
VersionNotSupportedExceptionint removeBusinessRemote(String value) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setTimeoutMethod(NamedMethod valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionNamedMethod getTimeoutMethod() throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setInitMethod(int index,
InitMethod valueInterface)
throws VersionNotSupportedException
VersionNotSupportedExceptionInitMethod getInitMethod(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizeInitMethod()
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setInitMethod(InitMethod[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionInitMethod[] getInitMethod() throws VersionNotSupportedException
VersionNotSupportedExceptionint addInitMethod(InitMethod valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint removeInitMethod(InitMethod valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setRemoveMethod(int index,
RemoveMethod valueInterface)
throws VersionNotSupportedException
VersionNotSupportedExceptionRemoveMethod getRemoveMethod(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizeRemoveMethod()
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setRemoveMethod(RemoveMethod[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionRemoveMethod[] getRemoveMethod() throws VersionNotSupportedException
VersionNotSupportedExceptionint addRemoveMethod(RemoveMethod valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint removeRemoveMethod(RemoveMethod valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setAroundInvoke(int index,
AroundInvoke valueInterface)
throws VersionNotSupportedException
VersionNotSupportedExceptionAroundInvoke getAroundInvoke(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizeAroundInvoke()
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setAroundInvoke(AroundInvoke[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionAroundInvoke[] getAroundInvoke() throws VersionNotSupportedException
VersionNotSupportedExceptionint addAroundInvoke(AroundInvoke valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint removeAroundInvoke(AroundInvoke valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setPersistenceContextRef(int index,
PersistenceContextRef valueInterface)
throws VersionNotSupportedException
VersionNotSupportedExceptionPersistenceContextRef getPersistenceContextRef(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizePersistenceContextRef()
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setPersistenceContextRef(PersistenceContextRef[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionPersistenceContextRef[] getPersistenceContextRef() throws VersionNotSupportedException
VersionNotSupportedExceptionint addPersistenceContextRef(PersistenceContextRef valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint removePersistenceContextRef(PersistenceContextRef valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setPersistenceUnitRef(int index,
PersistenceUnitRef valueInterface)
throws VersionNotSupportedException
VersionNotSupportedExceptionPersistenceUnitRef getPersistenceUnitRef(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizePersistenceUnitRef()
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setPersistenceUnitRef(PersistenceUnitRef[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionPersistenceUnitRef[] getPersistenceUnitRef() throws VersionNotSupportedException
VersionNotSupportedExceptionint addPersistenceUnitRef(PersistenceUnitRef valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint removePersistenceUnitRef(PersistenceUnitRef valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setPostConstruct(int index,
LifecycleCallback valueInterface)
throws VersionNotSupportedException
VersionNotSupportedExceptionLifecycleCallback getPostConstruct(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizePostConstruct()
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setPostConstruct(LifecycleCallback[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionLifecycleCallback[] getPostConstruct() throws VersionNotSupportedException
VersionNotSupportedExceptionint addPostConstruct(LifecycleCallback valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint removePostConstruct(LifecycleCallback valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setPreDestroy(int index,
LifecycleCallback valueInterface)
throws VersionNotSupportedException
VersionNotSupportedExceptionLifecycleCallback getPreDestroy(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizePreDestroy()
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setPreDestroy(LifecycleCallback[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionLifecycleCallback[] getPreDestroy() throws VersionNotSupportedException
VersionNotSupportedExceptionint addPreDestroy(LifecycleCallback valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint removePreDestroy(LifecycleCallback valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setPostActivate(int index,
LifecycleCallback valueInterface)
throws VersionNotSupportedException
VersionNotSupportedExceptionLifecycleCallback getPostActivate(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizePostActivate()
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setPostActivate(LifecycleCallback[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionLifecycleCallback[] getPostActivate() throws VersionNotSupportedException
VersionNotSupportedExceptionint addPostActivate(LifecycleCallback valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint removePostActivate(LifecycleCallback valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setPrePassivate(int index,
LifecycleCallback valueInterface)
throws VersionNotSupportedException
VersionNotSupportedExceptionLifecycleCallback getPrePassivate(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizePrePassivate()
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setPrePassivate(LifecycleCallback[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionLifecycleCallback[] getPrePassivate() throws VersionNotSupportedException
VersionNotSupportedExceptionint addPrePassivate(LifecycleCallback valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionint removePrePassivate(LifecycleCallback valueInterface) throws VersionNotSupportedException
VersionNotSupportedExceptionNamedMethod newNamedMethod() throws VersionNotSupportedException
VersionNotSupportedExceptionInitMethod newInitMethod() throws VersionNotSupportedException
VersionNotSupportedExceptionRemoveMethod newRemoveMethod() throws VersionNotSupportedException
VersionNotSupportedExceptionAroundInvoke newAroundInvoke() throws VersionNotSupportedException
VersionNotSupportedExceptionPersistenceContextRef newPersistenceContextRef() throws VersionNotSupportedException
VersionNotSupportedExceptionPersistenceUnitRef newPersistenceUnitRef() throws VersionNotSupportedException
VersionNotSupportedExceptionLifecycleCallback newLifecycleCallback() throws VersionNotSupportedException
VersionNotSupportedExceptionboolean isLocalBean()
Built on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.