Methods Summary |
---|
public java.lang.String[] | _ids()
return (String[])__ids.clone ();
|
public java.lang.String[] | getApplicationNames()
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("getApplicationNames", true);
$in = _invoke ($out);
String $result[] = com.sun.corba.se.spi.activation.RepositoryPackage.StringSeqHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return getApplicationNames ( );
} finally {
_releaseReply ($in);
}
|
public com.sun.corba.se.spi.activation.RepositoryPackage.ServerDef | getServer(int serverId)
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("getServer", true);
com.sun.corba.se.spi.activation.ServerIdHelper.write ($out, serverId);
$in = _invoke ($out);
com.sun.corba.se.spi.activation.RepositoryPackage.ServerDef $result = com.sun.corba.se.spi.activation.RepositoryPackage.ServerDefHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
if (_id.equals ("IDL:activation/ServerNotRegistered:1.0"))
throw com.sun.corba.se.spi.activation.ServerNotRegisteredHelper.read ($in);
else
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return getServer (serverId );
} finally {
_releaseReply ($in);
}
|
public int | getServerID(java.lang.String applicationName)
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("getServerID", true);
$out.write_string (applicationName);
$in = _invoke ($out);
int $result = com.sun.corba.se.spi.activation.ServerIdHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
if (_id.equals ("IDL:activation/ServerNotRegistered:1.0"))
throw com.sun.corba.se.spi.activation.ServerNotRegisteredHelper.read ($in);
else
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return getServerID (applicationName );
} finally {
_releaseReply ($in);
}
|
public void | install(int serverId)
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("install", true);
com.sun.corba.se.spi.activation.ServerIdHelper.write ($out, serverId);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
if (_id.equals ("IDL:activation/ServerNotRegistered:1.0"))
throw com.sun.corba.se.spi.activation.ServerNotRegisteredHelper.read ($in);
else if (_id.equals ("IDL:activation/ServerAlreadyInstalled:1.0"))
throw com.sun.corba.se.spi.activation.ServerAlreadyInstalledHelper.read ($in);
else
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
install (serverId );
} finally {
_releaseReply ($in);
}
|
public boolean | isInstalled(int serverId)
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("isInstalled", true);
com.sun.corba.se.spi.activation.ServerIdHelper.write ($out, serverId);
$in = _invoke ($out);
boolean $result = $in.read_boolean ();
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
if (_id.equals ("IDL:activation/ServerNotRegistered:1.0"))
throw com.sun.corba.se.spi.activation.ServerNotRegisteredHelper.read ($in);
else
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return isInstalled (serverId );
} finally {
_releaseReply ($in);
}
|
public int[] | listRegisteredServers()
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("listRegisteredServers", true);
$in = _invoke ($out);
int $result[] = com.sun.corba.se.spi.activation.ServerIdsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return listRegisteredServers ( );
} finally {
_releaseReply ($in);
}
|
private void | readObject(java.io.ObjectInputStream s)
String str = s.readUTF ();
String[] args = null;
java.util.Properties props = null;
org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
_set_delegate (delegate);
|
public int | registerServer(com.sun.corba.se.spi.activation.RepositoryPackage.ServerDef serverDef)
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("registerServer", true);
com.sun.corba.se.spi.activation.RepositoryPackage.ServerDefHelper.write ($out, serverDef);
$in = _invoke ($out);
int $result = com.sun.corba.se.spi.activation.ServerIdHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
if (_id.equals ("IDL:activation/ServerAlreadyRegistered:1.0"))
throw com.sun.corba.se.spi.activation.ServerAlreadyRegisteredHelper.read ($in);
else if (_id.equals ("IDL:activation/BadServerDefinition:1.0"))
throw com.sun.corba.se.spi.activation.BadServerDefinitionHelper.read ($in);
else
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return registerServer (serverDef );
} finally {
_releaseReply ($in);
}
|
public void | uninstall(int serverId)
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("uninstall", true);
com.sun.corba.se.spi.activation.ServerIdHelper.write ($out, serverId);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
if (_id.equals ("IDL:activation/ServerNotRegistered:1.0"))
throw com.sun.corba.se.spi.activation.ServerNotRegisteredHelper.read ($in);
else if (_id.equals ("IDL:activation/ServerAlreadyUninstalled:1.0"))
throw com.sun.corba.se.spi.activation.ServerAlreadyUninstalledHelper.read ($in);
else
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
uninstall (serverId );
} finally {
_releaseReply ($in);
}
|
public void | unregisterServer(int serverId)
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("unregisterServer", true);
com.sun.corba.se.spi.activation.ServerIdHelper.write ($out, serverId);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
if (_id.equals ("IDL:activation/ServerNotRegistered:1.0"))
throw com.sun.corba.se.spi.activation.ServerNotRegisteredHelper.read ($in);
else
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
unregisterServer (serverId );
} finally {
_releaseReply ($in);
}
|
private void | writeObject(java.io.ObjectOutputStream s)
String[] args = null;
java.util.Properties props = null;
String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
s.writeUTF (str);
|