|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.remoting3.ServiceRegistrationListener.ServiceInfo
public static final class ServiceRegistrationListener.ServiceInfo

Information about a registered service.
| Constructor Summary | |
|---|---|
ServiceRegistrationListener.ServiceInfo()
Construct a new instance. |
|
| Method Summary | |
|---|---|
ServiceRegistrationListener.ServiceInfo |
clone()
Create a shallow clone. |
String |
getGroupName()
Get the group name. |
org.jboss.xnio.OptionMap |
getOptionMap()
Get the option map. |
Registration |
getRegistrationHandle()
Get the registration handle. |
Class<?> |
getReplyClass()
Get the reply class. |
Class<?> |
getRequestClass()
Get the request class. |
ClassLoader |
getServiceClassLoader()
Get the service's default classloader. |
String |
getServiceType()
Get the service type. |
void |
setGroupName(String groupName)
Set the group name. |
void |
setOptionMap(org.jboss.xnio.OptionMap optionMap)
Set the option map. |
void |
setRegistrationHandle(Registration registrationHandle)
Set the registration handle. |
void |
setReplyClass(Class<?> replyClass)
Set the reply class. |
void |
setRequestClass(Class<?> requestClass)
Set the request class. |
void |
setServiceClassLoader(ClassLoader serviceClassLoader)
Set the service's default classloader. |
void |
setServiceType(String serviceType)
Set the service type. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceRegistrationListener.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 ClassLoader getServiceClassLoader()
public void setServiceClassLoader(ClassLoader serviceClassLoader)
serviceClassLoader - the classloaderpublic Class<?> getRequestClass()
public void setRequestClass(Class<?> requestClass)
requestClass - the request classpublic Class<?> getReplyClass()
public void setReplyClass(Class<?> replyClass)
replyClass - the reply classpublic org.jboss.xnio.OptionMap getOptionMap()
public void setOptionMap(org.jboss.xnio.OptionMap optionMap)
optionMap - the option mappublic Registration getRegistrationHandle()
public void setRegistrationHandle(Registration registrationHandle)
registrationHandle - the registration handlepublic ServiceRegistrationListener.ServiceInfo clone()
clone in class Object
|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||