|
JBoss Remoting 3.0.0.Beta2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.RemoteServiceConfiguration
public final class RemoteServiceConfiguration
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 |
---|
public RemoteServiceConfiguration()
Method Detail |
---|
public String getServiceType()
public void setServiceType(String serviceType)
serviceType
- the service typepublic String getGroupName()
public void setGroupName(String groupName)
groupName
- the group namepublic String getEndpointName()
public void setEndpointName(String endpointName)
endpointName
- the remote endpoint namepublic RequestHandlerSource getRequestHandlerSource()
public void setRequestHandlerSource(RequestHandlerSource requestHandlerSource)
requestHandlerSource
- the request handler sourcepublic int getMetric()
public void setMetric(int metric)
metric
- the metric
|
JBoss Remoting 3.0.0.Beta2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |