|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectDestination | |
com.infoengine.au | |
com.infoengine.object | |
wt.method | Defines the standard Windchill
MethodServer and
MethodServerLauncher and related functionality. |
Uses of ObjectDestination in com.infoengine.au |
Methods in com.infoengine.au that return ObjectDestination | |
static ObjectDestination[] |
SocketAccess.getServiceAddresses(String serviceName)
Obtain the set of addresses and related attributes registered for a service. |
static ObjectDestination |
NamingService.getService(String serviceName)
Return one of the registry entries associated with a named service. |
Methods in com.infoengine.au with parameters of type ObjectDestination | |
static void |
NamingService.addService(String serviceName,
ObjectDestination dest)
Adds an entry to the service registry. |
Uses of ObjectDestination in com.infoengine.object |
Methods in com.infoengine.object that return ObjectDestination | |
ObjectDestination |
ObjectServiceCache.getAddress(String serviceName)
|
Methods in com.infoengine.object with parameters of type ObjectDestination | |
void |
ObjectServiceCache.addAddress(ObjectDestination dest,
String serviceName)
|
Uses of ObjectDestination in wt.method |
Methods in wt.method with parameters of type ObjectDestination | |
private void |
WTAdapter.autoRegister(String vmName,
ObjectDestination[] serviceAddresses)
Attempt to create and register as many new service addresses as are needed to accommodate the number of MethodServers that are configured to run concurrently. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |