JBoss Remoting 3.0.0.Beta2

org.jboss.remoting
Class RemoteServiceConfiguration

java.lang.Object
  extended by org.jboss.remoting.RemoteServiceConfiguration

public final class RemoteServiceConfiguration
extends Object

A configuration for registering a remote service with an endpoint.


Constructor Summary
RemoteServiceConfiguration()
          Construct a new instance.
 
Method Summary
 String getEndpointName()
          Get the remote endpoint name.
 String getGroupName()
          Get the service group name.
 int getMetric()
          Get the metric of the remote service.
 RequestHandlerSource getRequestHandlerSource()
          Get the request handler source of the remote service.
 String getServiceType()
          Get the service type.
 void setEndpointName(String endpointName)
          Set the remote endpoint name.
 void setGroupName(String groupName)
          Set the service group name.
 void setMetric(int metric)
          Set the metric of the remote service.
 void setRequestHandlerSource(RequestHandlerSource requestHandlerSource)
          Set the request handler source of the remote service.
 void setServiceType(String serviceType)
          Set the service type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteServiceConfiguration

public RemoteServiceConfiguration()
Construct a new instance.

Method Detail

getServiceType

public String getServiceType()
Get the service type.

Returns:
the service type

setServiceType

public void setServiceType(String serviceType)
Set the service type.

Parameters:
serviceType - the service type

getGroupName

public String getGroupName()
Get the service group name.

Returns:
the group name

setGroupName

public void setGroupName(String groupName)
Set the service group name.

Parameters:
groupName - the group name

getEndpointName

public String getEndpointName()
Get the remote endpoint name.

Returns:
the remote endpoint name

setEndpointName

public void setEndpointName(String endpointName)
Set the remote endpoint name.

Parameters:
endpointName - the remote endpoint name

getRequestHandlerSource

public RequestHandlerSource getRequestHandlerSource()
Get the request handler source of the remote service.

Returns:
the request handler source

setRequestHandlerSource

public void setRequestHandlerSource(RequestHandlerSource requestHandlerSource)
Set the request handler source of the remote service.

Parameters:
requestHandlerSource - the request handler source

getMetric

public int getMetric()
Get the metric of the remote service.

Returns:
the metric

setMetric

public void setMetric(int metric)
Set the metric of the remote service.

Parameters:
metric - the metric

JBoss Remoting 3.0.0.Beta2

Copyright © 2008 JBoss, a division of Red Hat, Inc.