ServerNotActivepublic final class ServerNotActive extends org.omg.CORBA.UserException com/sun/corba/se/spi/activation/ServerNotActive.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from ../../../../src/share/classes/com/sun/corba/se/spi/activation/activation.idl
Friday, August 26, 2005 4:56:46 PM PDT |
Fields Summary |
---|
public int | serverId |
Constructors Summary |
---|
public ServerNotActive()
super(ServerNotActiveHelper.id());
| public ServerNotActive(int _serverId)
super(ServerNotActiveHelper.id());
serverId = _serverId;
| public ServerNotActive(String $reason, int _serverId)
super(ServerNotActiveHelper.id() + " " + $reason);
serverId = _serverId;
|
|