|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.jmx.server.ServerInfo
public class ServerInfo
ServerInfo is a collection of information for the client about a server side bean. It's intention is to provide a client with enough information to create a proxy for the server side component.
TODO: This is badly named. Should be ServerComponentInfo.
Constructor Summary | |
---|---|
ServerInfo(Address address,
ClientHandlerResolver<?>[] resolvers)
Constructor. |
Method Summary | |
---|---|
Address |
getAddress()
Get the address of this component. |
ClientHandlerResolver<?>[] |
getClientResolvers()
Get the factories that should be used to create handlers to talk to the server. |
String |
getId()
Get the id of the component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerInfo(Address address, ClientHandlerResolver<?>[] resolvers)
id
- The id, can be null.url
- The url, must not be null.consoleId
- The console id, must not be null.resolvers
- Array of suported interfaces. Must not be null.Method Detail |
---|
public String getId()
public ClientHandlerResolver<?>[] getClientResolvers()
public Address getAddress()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |