1. package com.sun.corba.se.ActivationIDL.RepositoryPackage;
  2. /**
  3. * com/sun/corba/se/ActivationIDL/RepositoryPackage/ServerDef.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.1"
  5. * from ../../../../../../src/share/classes/com/sun/corba/se/ActivationIDL/activation.idl
  6. * Sunday, February 22, 2004 11:21:42 PM PST
  7. */
  8. // server program definition. We should make this a ValueType.
  9. public final class ServerDef implements org.omg.CORBA.portable.IDLEntity
  10. {
  11. public String applicationName = null;
  12. // serverName values.
  13. public String serverName = null;
  14. // Class name of server's main class.
  15. public String serverClassPath = null;
  16. // class path used to run the server.
  17. public String serverArgs = null;
  18. public String serverVmArgs = null;
  19. public ServerDef ()
  20. {
  21. } // ctor
  22. public ServerDef (String _applicationName, String _serverName, String _serverClassPath, String _serverArgs, String _serverVmArgs)
  23. {
  24. applicationName = _applicationName;
  25. serverName = _serverName;
  26. serverClassPath = _serverClassPath;
  27. serverArgs = _serverArgs;
  28. serverVmArgs = _serverVmArgs;
  29. } // ctor
  30. } // class ServerDef