Serialized Form
Package org.apache.beehive.controls.system.ejb |
Class EJBControlBean extends ControlBean implements Serializable |
Class EJBControlImpl extends Object implements Serializable |
serialVersionUID: 1L
context
ControlBeanContext context
resourceContext
ResourceContext resourceContext
_controlInterface
Class<T> _controlInterface
_homeInterface
Class<T> _homeInterface
_beanInterface
Class<T> _beanInterface
_beanType
int _beanType
_jndiName
String _jndiName
_beanHandle
Handle _beanHandle
Class EJBControlImplInitializer.ContextLifeCycleEventAdaptor extends Object implements Serializable |
_impl
EJBControlImpl _impl
Class EJBControlImplInitializer.ResourceContextResourceEventsEventAdaptor extends Object implements Serializable |
_impl
EJBControlImpl _impl
Class EntityEJBControlBean extends EJBControlBean implements Serializable |
Class EntityEJBControlImpl extends EJBControlImpl implements Serializable |
serialVersionUID: 1L
_lastKey
Serializable _lastKey
Class SessionEJBControlBean extends EJBControlBean implements Serializable |
Class SessionEJBControlImpl extends EJBControlImpl implements Serializable |
serialVersionUID: 1L
_autoCreated
boolean _autoCreated
Package org.apache.beehive.controls.system.jdbc |
Class JdbcControlBean extends ControlBean implements Serializable |
Class JdbcControlImpl extends Object implements Serializable |
_context
ControlBeanContext _context
_resourceContext
ResourceContext _resourceContext
_cal
Calendar _cal
Class JdbcControlImplInitializer._resourceContextResourceEventsEventAdaptor extends Object implements Serializable |
_impl
JdbcControlImpl _impl
Package org.apache.beehive.controls.system.jdbc.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
_callableStatement
boolean _callableStatement
_cacheableStatement
boolean _cacheableStatement
_batchUpdate
boolean _batchUpdate
_getGeneratedKeys
boolean _getGeneratedKeys
_genKeyColumnNames
String[] _genKeyColumnNames
_fetchSize
int _fetchSize
_maxArray
int _maxArray
_maxRows
int _maxRows
_genKeyColumnIndexes
int[] _genKeyColumnIndexes
_scrollType
JdbcControl.ScrollType _scrollType
_fetchDirection
JdbcControl.FetchDirection _fetchDirection
_holdability
JdbcControl.HoldabilityType _holdability
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package org.apache.beehive.controls.system.jms |
Class JMSControlBean extends ControlBean implements Serializable |
Package org.apache.beehive.controls.system.jndi |
Class JndiControlBean extends ControlBean implements Serializable |
Package org.apache.beehive.controls.system.webservice |
Class ServiceControlBean extends ControlBean implements Serializable |
Package org.apache.beehive.controls.system.webservice.jaxrpc |
Class ServiceControlImpl extends Object implements Serializable |
_context
ControlBeanContext _context
_resourceContext
ResourceContext _resourceContext
_portType
QName _portType
_beehiveTypeMetadata
BeehiveWsTypeMetadata _beehiveTypeMetadata
_endPoint
URL _endPoint
_wsdlPort
QName _wsdlPort
_serviceName
QName _serviceName
_username
String _username
_password
String _password
_timeout
int _timeout
_elementFormQualifiedMap
Map<K,V> _elementFormQualifiedMap
_handlerOutputHeaders
Element[] _handlerOutputHeaders
_handlerInfo
HandlerInfo _handlerInfo
Class ServiceControlImplInitializer._resourceContextResourceEventsEventAdaptor extends Object implements Serializable |
_impl
ServiceControlImpl _impl