FileDocCategorySizeDatePackage
LocatorOperations.javaAPI DocJava SE 6 API1797Tue Jun 10 01:46:36 BST 2008com.sun.corba.se.PortableActivationIDL

LocatorOperations

public interface LocatorOperations
com/sun/corba/se/PortableActivationIDL/LocatorOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../../../src/share/classes/com/sun/corba/se/PortableActivationIDL/activation.idl Tuesday, June 10, 2008 1:46:35 AM GMT-08:00

Fields Summary
Constructors Summary
Methods Summary
public intgetEndpoint(java.lang.String endPointType)
get the port for the endpoint of the locator

public intgetServerPortForType(com.sun.corba.se.PortableActivationIDL.LocatorPackage.ServerLocationPerORB location, java.lang.String endPointType)
Useful from external BadServerIdHandlers which need to pick a particular port type.

public com.sun.corba.se.PortableActivationIDL.LocatorPackage.ServerLocationPerTypelocateServer(java.lang.String serverId, java.lang.String endPoint)
locate server - returns the port with a specific type for all registered ORBs of an active server. Starts the server if it is not already running.

public com.sun.corba.se.PortableActivationIDL.LocatorPackage.ServerLocationPerORBlocateServerForORB(java.lang.String serverId, java.lang.String orbId)
locate server - returns all ports registered with a specified ORB for an active server Starts the server if it is not already running.