org.jboss.remoting.detection
Class ServerInvokerMetadata
java.lang.Object
org.jboss.remoting.detection.ServerInvokerMetadata
- All Implemented Interfaces:
- java.io.Serializable
public class ServerInvokerMetadata
- extends java.lang.Object
- implements java.io.Serializable
This is the meta data for a server invoker that is contained within
detection messages.
- Author:
- Tom Elrod
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerInvokerMetadata
public ServerInvokerMetadata(InvokerLocator locator,
java.lang.String[] supportedSubsystems)
getInvokerLocator
public InvokerLocator getInvokerLocator()
getSubSystems
public java.lang.String[] getSubSystems()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1998-2005 JBoss Inc . All Rights Reserved.