FileDocCategorySizeDatePackage
RepositoryOperations.javaAPI DocJava SE 5 API2302Fri Aug 26 17:56:50 BST 2005com.sun.corba.se.PortableActivationIDL

RepositoryOperations

public interface RepositoryOperations
com/sun/corba/se/PortableActivationIDL/RepositoryOperations.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 java.lang.String[]getApplicationNames()
Returns list of ALL applicationNames defined in ServerDefs of registered servers.

public com.sun.corba.se.PortableActivationIDL.RepositoryPackage.ServerDefgetServer(java.lang.String serverId)
get server definition

public java.lang.StringgetServerID(java.lang.String applicationName)
Find the ServerID associated with the given application name.

public voidinstall(java.lang.String serverId)
Mark the server as being installed. Raises ServerAlreadyInstalled if the server is currently marked as installed.

public booleanisInstalled(java.lang.String serverId)
Return whether the server has been installed

public java.lang.String[]listRegisteredServers()
list registered servers

public java.lang.StringregisterServer(com.sun.corba.se.PortableActivationIDL.RepositoryPackage.ServerDef serverDef)
register server definition. This returns the serverId of the server. A newly created server is always uninstalled.

public voiduninstall(java.lang.String serverId)
Mark the server as being uninstalled. Raises ServerAlreadyUninstalled if the server is currently marked as uninstalled.

public voidunregisterServer(java.lang.String serverId)
unregister server definition