Package | Description |
---|---|
org.jboss.jca.core.workmanager |
This package contains the WorkManager implementation.
|
org.jboss.jca.core.workmanager.transport.remote.jgroups |
This package contains the jgroups transport
|
Modifier and Type | Method and Description |
---|---|
static ClassBundle |
ClassBundleFactory.createClassBundle(java.io.Serializable s)
Create a class bundle
|
Constructor and Description |
---|
WorkClassLoader(ClassBundle cb)
Constructor
|
WorkClassLoader(ClassBundle cb,
ResourceAdapterClassLoader resourceAdapterClassLoader)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
JGroupsTransport.executeDoWork(Address logicalAddress,
ClassBundle classBundle,
byte[] b)
Execute doWork
|
void |
JGroupsTransport.executeScheduleWork(Address logicalAddress,
ClassBundle classBundle,
byte[] b)
Execute scheduleWork
|
long |
JGroupsTransport.executeStartWork(Address logicalAddress,
ClassBundle classBundle,
byte[] b)
Execute startWork
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)