|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SocketAccessException | |
com.infoengine.au |
Uses of SocketAccessException in com.infoengine.au |
Methods in com.infoengine.au that throw SocketAccessException | |
private void |
SocketAccess.initialize(Class webjectProcessorClass,
Class taskProcessorClass,
com.infoengine.log.LogWriter log,
String serviceName)
|
static ObjectDestination[] |
SocketAccess.getServiceAddresses(String serviceName)
Obtain the set of addresses and related attributes registered for a service. |
void |
SocketAccess.setWebjectProcessorClass(Class webjectProcessorClass)
Establishes the class used to execute webjects. |
void |
SocketAccess.setTaskProcessorClass(Class taskProcessorClass)
Establishes the class used to execute tasks. |
Constructors in com.infoengine.au that throw SocketAccessException | |
SocketAccess(Class webjectProcessorClass,
com.infoengine.log.LogWriter log,
String serviceName)
Constructs an instance that calls a specified class to process each webject request received, and that calls the default task processor class to process each task request received. |
|
SocketAccess(Class webjectProcessorClass,
Class taskProcessorClass,
com.infoengine.log.LogWriter log,
String serviceName)
Constructs an instance that calls a specified classes to process each webject and task request received. |
|
SocketAccess(Class webjectProcessorClass,
Properties props,
com.infoengine.log.LogWriter log,
String serviceName)
Deprecated. Add the configuration properties to the System properties and use a constructor that does not take a properties object as a parameter. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |