|
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.ServiceListener.ServiceInfo
public static final class ServiceListener.ServiceInfo
Information about a registered service.
Constructor Summary | |
---|---|
ServiceListener.ServiceInfo()
Construct a new instance. |
Method Summary | |
---|---|
String |
getEndpointName()
Get the endpoint name. |
String |
getGroupName()
Get the group name. |
int |
getMetric()
Get the metric. |
SimpleCloseable |
getRegistrationHandle()
Get the registration handle. |
RequestHandlerSource |
getRequestHandlerSource()
Get the request handler source. |
String |
getServiceType()
Get the service type. |
boolean |
isRemote()
Determine whether this service is remote. |
void |
setEndpointName(String endpointName)
Set the endpoint name. |
void |
setGroupName(String groupName)
Set the group name. |
void |
setMetric(int metric)
Set the metric. |
void |
setRegistrationHandle(SimpleCloseable registrationHandle)
Set the registration handle. |
void |
setRemote(boolean remote)
Specify whether this service is remote. |
void |
setRequestHandlerSource(RequestHandlerSource requestHandlerSource)
Set the request handler source. |
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 ServiceListener.ServiceInfo()
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 int getMetric()
public void setMetric(int metric)
metric
- the metricpublic RequestHandlerSource getRequestHandlerSource()
public void setRequestHandlerSource(RequestHandlerSource requestHandlerSource)
requestHandlerSource
- the request handler sourcepublic SimpleCloseable getRegistrationHandle()
public void setRegistrationHandle(SimpleCloseable registrationHandle)
registrationHandle
- the registration handlepublic String getEndpointName()
public void setEndpointName(String endpointName)
endpointName
- the endpoint namepublic boolean isRemote()
true
if this service is remotepublic void setRemote(boolean remote)
remote
- true
if this service is remote
|
JBoss Remoting 3.0.0.Beta2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |