jrun.ejb.metadata.jrun
Class ClientInvokableMetaData

java.lang.Object
  |
  +--jrunx.xml.XMLMetaData
        |
        +--jrun.j2ee.metadata.jrun.J2EEMetaData
              |
              +--jrun.j2ee.metadata.jrun.ServerJ2EEMetaData
                    |
                    +--jrun.ejb.metadata.jrun.EJBMetaData
                          |
                          +--jrun.ejb.metadata.jrun.ClientInvokableMetaData
Direct Known Subclasses:
EntityMetaData, SessionMetaData

public abstract class ClientInvokableMetaData
extends EJBMetaData


Inner classes inherited from class jrunx.xml.XMLMetaData
XMLMetaData.BaseException, XMLMetaData.CouldNotCreateDocumentException, XMLMetaData.CreateInstanceException, XMLMetaData.ElementRequiredException, XMLMetaData.IntegerExpectedException, XMLMetaData.InvalidElementException, XMLMetaData.InvalidObjectException, XMLMetaData.MetaDataExportIOException, XMLMetaData.NoLocationException, XMLMetaData.NoStringConstructorException, XMLMetaData.UnsupportedArrayTypeException
 
Field Summary
protected  boolean multiplexing
          Whether or not the EJB sends all remote communications to the RMI multiplexer or uses its own remote invoker.
 
Fields inherited from class jrunx.xml.XMLMetaData
logger
 
Constructor Summary
ClientInvokableMetaData()
           
 
Method Summary
 boolean isMultiplexing()
           
 void setMultiplexing(boolean multiplexing)
           
 
Methods inherited from class jrun.ejb.metadata.jrun.EJBMetaData
getCacheSize, getEJBName, getJNDIName, getTXDomainName, init, initClusterValues, isClusterHome, isClusterObject, setCacheSize, setClusterHome, setClusterObject, setEJBName, setJNDIName, setTXDomainName
 
Methods inherited from class jrun.j2ee.metadata.jrun.ServerJ2EEMetaData
addEJBLocalRef, clearEJBLocalRefs, getEJBLocalRefByName, getEJBLocalRefs, removeEJBLocalRef
 
Methods inherited from class jrun.j2ee.metadata.jrun.J2EEMetaData
addEJBRef, addResourceEnvRef, addResourceRef, clearEJBRefs, clearResourceEnvRefs, clearResourceRefs, getEJBRefByName, getEJBRefs, getResourceEnvRefByName, getResourceEnvRefs, getResourceRefByName, getResourceRefs, removeEJBRef, removeResourceEnvRef, removeResourceRef
 
Methods inherited from class jrunx.xml.XMLMetaData
addAcronym, addAcronyms, addPackagePrefix, addPackagePrefixes, exportDocument, getAttribute, getMetaDataSource, getParent, getPersistenceContext, getText, importXML, importXML, remove, removeAttribute, setAttribute, setMetaDataSource, setMetaDataSource, setParent, setParent, setPersistenceContext, setPublicID, setSystemID, setText, sync, sync, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

multiplexing

protected boolean multiplexing
Whether or not the EJB sends all remote communications to the RMI multiplexer or uses its own remote invoker. Since some beans need unique socket protocols, this is configurable. Defaults to true, use multiplexer.
Constructor Detail

ClientInvokableMetaData

public ClientInvokableMetaData()
Method Detail

isMultiplexing

public boolean isMultiplexing()

setMultiplexing

public void setMultiplexing(boolean multiplexing)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.