java.lang.Object
com.sun.corba.se.spi.activation.RepositoryPackage.ServerDef
All Implemented Interfaces:
Serializable, IDLEntity

public final class ServerDef extends Object implements IDLEntity
com/sun/corba/se/spi/activation/RepositoryPackage/ServerDef.java . Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog1 Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog2 Monday, February 12, 2024 at 2:42:26 PM Central European Standard Time
See Also:
  • Field Details

    • applicationName

      public String applicationName
    • serverName

      public String serverName
    • serverClassPath

      public String serverClassPath
    • serverArgs

      public String serverArgs
    • serverVmArgs

      public String serverVmArgs
  • Constructor Details

    • ServerDef

      public ServerDef()
    • ServerDef

      public ServerDef(String _applicationName, String _serverName, String _serverClassPath, String _serverArgs, String _serverVmArgs)