TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.profile.server.core.internal
Class AgentInfo

java.lang.Object
  extended by org.eclipse.tptp.platform.profile.server.core.internal.AgentInfo

public class AgentInfo
extends java.lang.Object

Contains Agent information that was attach in the profile attach wizard


Constructor Summary
protected AgentInfo(java.lang.String pid, java.lang.String name, java.lang.String type)
           
 
Method Summary
 java.lang.String name()
          Returns the name of this agent
 java.lang.String pid()
          Returns the PID of this agent
 java.lang.String type()
          Returns the type of this agent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentInfo

protected AgentInfo(java.lang.String pid,
                    java.lang.String name,
                    java.lang.String type)
Method Detail

pid

public java.lang.String pid()
Returns the PID of this agent

Returns:
a String, the PID

name

public java.lang.String name()
Returns the name of this agent

Returns:
a String, the name

type

public java.lang.String type()
Returns the type of this agent

Returns:
a String, the type

TPTP 4.6.0 Platform Project
Internal API Specification