|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.formatter.client.CHAFormatterServicePureEJBProxy
This class uses EJB call to get a CHAFormatterService instance.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_JNDI_NAME
Declares default jndi name. |
static java.lang.String |
DEFAULT_PROVIDER_URL
Declares default provider URL. |
static java.lang.String |
INITIAL_CONTEXT_FACTORY
Declares initial context factory. |
Constructor Summary | |
---|---|
CHAFormatterServicePureEJBProxy()
The constructor gets initial context factory, provider url, jndi name, and ejb home interface from dse.ini. |
Method Summary | |
---|---|
void |
ejbActivate()
ejbActivate (EJB interface predefined) |
void |
ejbCreate()
ejbCreate (EJB interface predefined) |
void |
ejbPassivate()
ejbPassivate (EJB interface predefined) |
void |
ejbRemove()
ejbRemove (EJB interface predefined) |
java.lang.String |
format(Context aContext,
java.lang.String aFormatName)
Formats a context by a given format. |
java.lang.String |
format(DataElement aDataElement,
java.lang.String aFormatName)
Formats a data element by a given format. |
java.util.Map |
formatHashtable(Context aContext,
java.lang.String aFormatName)
Formats a context by a given hashtable format. |
java.util.Map |
formatHashtable(KeyedCollection aKeyedCollection,
java.lang.String aFormatName)
Formats a KeyedCollection by a given hashtable format. |
javax.ejb.SessionContext |
getSessionContext()
getSessionContext (EJB interface predefined) |
java.util.List |
mapContents(Context aInputContext,
Context aOutputContext,
java.lang.String aFormatName)
Maps the contents of a context into another context. |
void |
setSessionContext(javax.ejb.SessionContext newSessionContext)
setSessionContext (EJB interface predefined) |
java.util.List |
unformat(java.lang.String aString,
Context aContext,
java.lang.String aFormatName)
Unformats a context by a given format. |
java.util.List |
unformat(java.lang.String aString,
DataElement aDataElement,
java.lang.String aFormatName)
Unformats a data element by a given format. |
java.util.List |
unformatHashtable(java.util.Map aHashtable,
Context aContext,
java.lang.String aFormatName)
Unformats a context by a given hashtable format. |
java.util.List |
unformatHashtable(java.util.Map aHashtable,
KeyedCollection aKeyedCollection,
java.lang.String aFormatName)
Unformats a KeyedCollection by a given hashtable format. |
java.util.List |
unformatIndexedCollection(java.util.List aVector,
Context aContext,
java.lang.String aFormatName)
Unformats a context by a given hashtable IndexedCollection format. |
java.util.List |
unformatIndexedCollection(java.util.List aVector,
IndexedCollection anIndexedCollection,
java.lang.String aFormatName)
Unformats an IndexedCollection by a given hashtable IndexedCollection format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DEFAULT_JNDI_NAME
public static final java.lang.String DEFAULT_PROVIDER_URL
public static final java.lang.String INITIAL_CONTEXT_FACTORY
Constructor Detail |
public CHAFormatterServicePureEJBProxy() throws DSEObjectNotFoundException, DSEException, java.io.IOException
Method Detail |
public javax.ejb.SessionContext getSessionContext()
public void setSessionContext(javax.ejb.SessionContext newSessionContext)
setSessionContext
in interface javax.ejb.SessionBean
public void ejbActivate()
ejbActivate
in interface javax.ejb.SessionBean
public void ejbPassivate()
ejbPassivate
in interface javax.ejb.SessionBean
public void ejbCreate()
public void ejbRemove()
ejbRemove
in interface javax.ejb.SessionBean
public java.lang.String format(Context aContext, java.lang.String aFormatName) throws java.rmi.RemoteException, DSEException
format
in interface CHAFormatterServiceProxy
aContext
- com.ibm.btt.base.ContextaFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
public java.lang.String format(DataElement aDataElement, java.lang.String aFormatName) throws java.rmi.RemoteException, DSEException
format
in interface CHAFormatterServiceProxy
aDataElement
- com.ibm.btt.base.DataElementaFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
public java.util.List unformat(java.lang.String aString, Context aContext, java.lang.String aFormatName) throws java.rmi.RemoteException, DSEException
unformat
in interface CHAFormatterServiceProxy
aContext
- com.ibm.btt.base.ContextaString
- java.lang.StringaFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
public java.util.List unformat(java.lang.String aString, DataElement aDataElement, java.lang.String aFormatName) throws java.rmi.RemoteException, DSEException
unformat
in interface CHAFormatterServiceProxy
aDataElement
- com.ibm.btt.base.DataElementaString
- java.lang.StringaFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
public java.util.List mapContents(Context aInputContext, Context aOutputContext, java.lang.String aFormatName) throws java.rmi.RemoteException, DSEException
mapContents
in interface CHAFormatterServiceProxy
aInputContext
- com.ibm.btt.base.ContextaOutputContext
- java.lang.StringaFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
public java.util.Map formatHashtable(Context aContext, java.lang.String aFormatName) throws java.rmi.RemoteException, DSEException
formatHashtable
in interface CHAFormatterServiceProxy
aContext
- com.ibm.btt.base.aContextaFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
public java.util.Map formatHashtable(KeyedCollection aKeyedCollection, java.lang.String aFormatName) throws java.rmi.RemoteException, DSEException
formatHashtable
in interface CHAFormatterServiceProxy
aKeyedCollection
- com.ibm.btt.base.KeyedCollectionaFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
public java.util.List unformatHashtable(java.util.Map aHashtable, Context aContext, java.lang.String aFormatName) throws java.rmi.RemoteException, DSEException
unformatHashtable
in interface CHAFormatterServiceProxy
aContext
- com.ibm.btt.base.ContextaHashtable
- java.util.MapaFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
public java.util.List unformatHashtable(java.util.Map aHashtable, KeyedCollection aKeyedCollection, java.lang.String aFormatName) throws java.rmi.RemoteException, DSEException
unformatHashtable
in interface CHAFormatterServiceProxy
aKeyedCollection
- com.ibm.btt.base.KeyedCollectionaHashtable
- java.util.MapaFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
public java.util.List unformatIndexedCollection(java.util.List aVector, Context aContext, java.lang.String aFormatName) throws DSEException, java.io.IOException
unformatIndexedCollection
in interface CHAFormatterServiceProxy
aContext
- com.ibm.btt.base.ContextaVector
- java.util.ListaFormatName
- java.lang.String
DSEException
java.io.IOException
public java.util.List unformatIndexedCollection(java.util.List aVector, IndexedCollection anIndexedCollection, java.lang.String aFormatName) throws DSEException, java.io.IOException
unformatIndexedCollection
in interface CHAFormatterServiceProxy
anIndexedCollection
- com.ibm.btt.base.IndexedCollectionaVector
- java.util.ListaFormatName
- java.lang.String
DSEException
java.io.IOException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |