FileDocCategorySizeDatePackage
LocatorOperations.javaAPI DocJava SE 5 API1792Fri Aug 26 17:56:50 BST 2005com.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 Friday, August 26, 2005 4:56:49 PM PDT

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.