|
JBoss Remoting 3.0.0.GA | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.LocalServiceConfiguration<I,O>
public final class LocalServiceConfiguration<I,O>
A configuration for a service to be deployed into the endpoint.
Constructor Summary | |
---|---|
LocalServiceConfiguration(RequestListener<I,O> requestListener,
Class<I> requestClass,
Class<O> replyClass)
Construct a new instance. |
Method Summary | |
---|---|
String |
getGroupName()
Get the group name. |
int |
getMetric()
Get the metric. |
Class<O> |
getReplyClass()
Get the reply class. |
Class<I> |
getRequestClass()
Get the request class. |
RequestListener<I,O> |
getRequestListener()
Get the request listener for this service. |
String |
getServiceType()
Get the service type. |
void |
setGroupName(String groupName)
Set the group name. |
void |
setMetric(int metric)
Set the metric. |
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 LocalServiceConfiguration(RequestListener<I,O> requestListener, Class<I> requestClass, Class<O> replyClass)
requestListener
- the request listenerrequestClass
- the request classreplyClass
- the reply classMethod Detail |
---|
public RequestListener<I,O> getRequestListener()
public Class<I> getRequestClass()
public Class<O> getReplyClass()
public String getServiceType()
public void setServiceType(String serviceType)
serviceType
- the service typepublic String getGroupName()
public void setGroupName(String groupName)
groupName
- the group namepublic int getMetric()
public void setMetric(int metric)
metric
- the metric
|
JBoss Remoting 3.0.0.GA | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |