|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServiceContext in it.imolinfo.jbi4cics.configuration |
---|
Methods in it.imolinfo.jbi4cics.configuration that return ServiceContext | |
---|---|
ServiceContext |
ConfigurationManager.createServiceContext(java.lang.String serviceName,
java.lang.Object input)
|
static ServiceContext |
DummyServiceContextFactory.createServiceContext(java.lang.String serviceName,
java.lang.Object inputBean)
|
Uses of ServiceContext in it.imolinfo.jbi4cics.connection |
---|
Methods in it.imolinfo.jbi4cics.connection with parameters of type ServiceContext | |
---|---|
static ConnectionManager |
ConnectionManagerFactory.createConnectionManager(ServiceContext serviceContext)
|
void |
ConnectionManager.handleCall(ServiceContext serviceContext)
|
void |
EchoConnectionManager.handleCall(ServiceContext serviceContext)
|
Uses of ServiceContext in it.imolinfo.jbi4cics.connection.jca |
---|
Methods in it.imolinfo.jbi4cics.connection.jca with parameters of type ServiceContext | |
---|---|
protected javax.resource.cci.Connection |
JCAAbstractConnectionManager.createConnection(ServiceContext serviceContext,
javax.resource.cci.ConnectionSpec connectionSpec)
|
protected abstract javax.resource.cci.ConnectionSpec |
JCAAbstractConnectionManager.createConnectionSpec(ServiceContext serviceContext)
|
protected abstract javax.resource.cci.ConnectionSpec |
JCACommareaBasedConnectionManager.createConnectionSpec(ServiceContext serviceContext)
|
protected abstract javax.resource.cci.Record |
JCAAbstractConnectionManager.createInputRecord(ServiceContext serviceContext)
|
protected javax.resource.cci.Record |
JCACommareaBasedConnectionManager.createInputRecord(ServiceContext serviceContext)
|
protected abstract javax.resource.cci.InteractionSpec |
JCAAbstractConnectionManager.createInteractionSpec(ServiceContext serviceContext)
|
protected abstract javax.resource.cci.InteractionSpec |
JCACommareaBasedConnectionManager.createInteractionSpec(ServiceContext serviceContext)
|
protected abstract java.lang.Object |
JCAAbstractConnectionManager.createOutputMessage(ServiceContext serviceContext,
javax.resource.cci.Record outputRecord)
|
protected java.lang.Object |
JCACommareaBasedConnectionManager.createOutputMessage(ServiceContext serviceContext,
javax.resource.cci.Record outputRecord)
|
protected abstract javax.resource.cci.Record |
JCAAbstractConnectionManager.createOutputRecord(ServiceContext serviceContext)
|
protected javax.resource.cci.Record |
JCACommareaBasedConnectionManager.createOutputRecord(ServiceContext serviceContext)
|
void |
JCAAbstractConnectionManager.handleCall(ServiceContext serviceContext)
|
Uses of ServiceContext in it.imolinfo.jbi4cics.connection.jca.cics |
---|
Methods in it.imolinfo.jbi4cics.connection.jca.cics with parameters of type ServiceContext | |
---|---|
protected javax.resource.cci.ConnectionSpec |
CICSConnectionManager.createConnectionSpec(ServiceContext serviceContext)
Inits and retruns a inited ConnectionSpec. |
protected javax.resource.cci.InteractionSpec |
CICSConnectionManager.createInteractionSpec(ServiceContext serviceContext)
Returns a correctly configured InteractionSpce . |
Uses of ServiceContext in it.imolinfo.jbi4cics.connection.jca.ims |
---|
Methods in it.imolinfo.jbi4cics.connection.jca.ims with parameters of type ServiceContext | |
---|---|
protected javax.resource.cci.ConnectionSpec |
IMSConnectionManager.createConnectionSpec(ServiceContext serviceContext)
|
protected javax.resource.cci.InteractionSpec |
IMSConnectionManager.createInteractionSpec(ServiceContext serviceContext)
|
Uses of ServiceContext in it.imolinfo.jbi4cics.connection.jdbc |
---|
Methods in it.imolinfo.jbi4cics.connection.jdbc with parameters of type ServiceContext | |
---|---|
void |
JdbcConnectionManager.handleCall(ServiceContext serviceContext)
|
Uses of ServiceContext in it.imolinfo.jbi4cics.locator |
---|
Methods in it.imolinfo.jbi4cics.locator with parameters of type ServiceContext | |
---|---|
static ServiceLocator |
ServiceLocatorFactory.createLocator(ServiceContext serviceContext)
|
ServiceLocation |
DummyLocator.locateService(ServiceContext serviceContext)
|
ServiceLocation |
ServiceLocator.locateService(ServiceContext serviceContext)
|
Uses of ServiceContext in it.imolinfo.jbi4cics.messageformat |
---|
Methods in it.imolinfo.jbi4cics.messageformat with parameters of type ServiceContext | |
---|---|
static MessageFormatter |
MessageFormatterFactory.createMessageFormatter(ServiceContext serviceContext,
boolean input)
|
void |
NoOpMessageFormatter.mapInputBeanToInputMessage(ServiceContext serviceContext)
|
void |
ToStringMessageFormatter.mapInputBeanToInputMessage(ServiceContext serviceContext)
|
void |
MessageFormatter.mapInputBeanToInputMessage(ServiceContext serviceContext)
|
void |
NoOpMessageFormatter.mapOutputMessageToOutputBean(ServiceContext serviceContext)
|
void |
ToStringMessageFormatter.mapOutputMessageToOutputBean(ServiceContext serviceContext)
|
void |
MessageFormatter.mapOutputMessageToOutputBean(ServiceContext serviceContext)
|
Uses of ServiceContext in it.imolinfo.jbi4cics.messageformat.commarea |
---|
Methods in it.imolinfo.jbi4cics.messageformat.commarea with parameters of type ServiceContext | |
---|---|
void |
CommareaFormatter.mapInputBeanToInputMessage(ServiceContext context)
|
void |
CommareaFormatter.mapOutputMessageToOutputBean(ServiceContext context)
|
Uses of ServiceContext in it.imolinfo.jbi4cics.messageformat.jdbc |
---|
Methods in it.imolinfo.jbi4cics.messageformat.jdbc with parameters of type ServiceContext | |
---|---|
void |
JdbcFormatter.mapInputBeanToInputMessage(ServiceContext serviceContext)
nel caso di Jdbc l'output message è un PreparedStatement o un CallableStatement con i parametri settati. |
void |
JdbcFormatter.mapOutputMessageToOutputBean(ServiceContext serviceContext)
nel caso di Jdbc l'output message è la coppia CallableStatement + resultset o valore di ritorno di un update. |
Uses of ServiceContext in it.imolinfo.jbi4cics.security |
---|
Methods in it.imolinfo.jbi4cics.security with parameters of type ServiceContext | |
---|---|
static SecurityManager |
SecurityManagerFactory.createSecurityManager(ServiceContext serviceContext)
|
Account |
SecurityManager.getAccount(ServiceContext serviceContext)
|
Account |
DummySecurityManager.getAccount(ServiceContext serviceContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |