org.resilientedge.jockey.service
Class ServiceDescriptor

java.lang.Object
  |
  +--org.resilientedge.jockey.service.ServiceDescriptor

public class ServiceDescriptor
extends java.lang.Object

Represents a description of a service that may be local or remote

Version:
$Revision: 1.1.1.1 $
Author:
John Gardner

Constructor Summary
ServiceDescriptor()
           
 
Method Summary
 java.lang.String getName()
          Gets the service name
 java.util.Vector getServiceCallDescriptors()
          getServiceCallDescriptors returns a vector of ServiceCallDescriptors describing the available methods on this service
 java.lang.String getServiceId()
          Gets the service unique id
 void setName(java.lang.String newValue)
          Sets the service name
 void setServiceCallDescriptors(java.util.Vector descriptors)
          setServiceCallDescriptors sets the ServiceCallDescriptors that describe the avaialable methods on this service.
 void setServiceId(java.lang.String newValue)
          Sets the service unique id
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceDescriptor

public ServiceDescriptor()
Method Detail

setName

public void setName(java.lang.String newValue)
Sets the service name
Parameters:
newValue - The new Name value

setServiceId

public void setServiceId(java.lang.String newValue)
Sets the service unique id
Parameters:
newValue - The new ServiceId value

getName

public java.lang.String getName()
Gets the service name
Returns:
The Name value

getServiceId

public java.lang.String getServiceId()
Gets the service unique id
Returns:
The ServiceId value

getServiceCallDescriptors

public java.util.Vector getServiceCallDescriptors()
getServiceCallDescriptors returns a vector of ServiceCallDescriptors describing the available methods on this service
Returns:
a Vector value of ServiceCallDescriptors
See Also:
ServiceCallDescriptor

setServiceCallDescriptors

public void setServiceCallDescriptors(java.util.Vector descriptors)
setServiceCallDescriptors sets the ServiceCallDescriptors that describe the avaialable methods on this service.
Parameters:
descriptors - a Vector value

toString

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


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.