com.jrockit.memleak.comm
Class RemoteMLSController.ProtocolDescriptor

java.lang.Object
  extended by com.jrockit.memleak.comm.RemoteMLSController.ProtocolDescriptor
Enclosing class:
RemoteMLSController

public static class RemoteMLSController.ProtocolDescriptor
extends java.lang.Object

Description of a protocol that can be used to control the Memory Leak Server.

Author:
mpersson

Method Summary
 int getDefaultPort()
          The default port for this protocol.
 java.lang.String getDescription()
          Human readable description of this protocol.
 java.lang.String getID()
          The ID used to refer to this protocol.
 boolean isAvailable()
          Is this protocol usable in this VM.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isAvailable

public boolean isAvailable()
Is this protocol usable in this VM.

Returns:
true if this protocol may be used in this VM.

getID

public java.lang.String getID()
The ID used to refer to this protocol.

Returns:
the ID

getDescription

public java.lang.String getDescription()
Human readable description of this protocol.

Returns:
a human readable description of this protocol

toString

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

getDefaultPort

public int getDefaultPort()
The default port for this protocol.

Returns:
the default port for this protocol


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.