org.iids.aos.systemservices.communicator
Class KernelConfigParser.KernelConfigParseResult

java.lang.Object
  extended by org.iids.aos.systemservices.communicator.KernelConfigParser.KernelConfigParseResult
Enclosing class:
KernelConfigParser

public static class KernelConfigParser.KernelConfigParseResult
extends java.lang.Object


Field Summary
 Cookie cookie
           
 int sunrpcTcpMaxmsg
           
 int sunrpcTcpPort
           
 int sunrpcUdpMaxmsg
           
 int sunrpcUdpPort
           
 int xmlrpcTcpMaxmsg
           
 int xmlrpcTcpPort
           
 
Constructor Summary
KernelConfigParser.KernelConfigParseResult()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cookie

public Cookie cookie

xmlrpcTcpPort

public int xmlrpcTcpPort

xmlrpcTcpMaxmsg

public int xmlrpcTcpMaxmsg

sunrpcTcpPort

public int sunrpcTcpPort

sunrpcTcpMaxmsg

public int sunrpcTcpMaxmsg

sunrpcUdpPort

public int sunrpcUdpPort

sunrpcUdpMaxmsg

public int sunrpcUdpMaxmsg
Constructor Detail

KernelConfigParser.KernelConfigParseResult

public KernelConfigParser.KernelConfigParseResult()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.