org.nuxeo.runtime.remoting
Class ServerDescriptor
java.lang.Object
org.nuxeo.runtime.remoting.ServerDescriptor
public class ServerDescriptor
- extends Object
- Author:
- Bogdan Stefanescu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerDescriptor
public ServerDescriptor(org.jboss.remoting.InvokerLocator locator)
ServerDescriptor
public ServerDescriptor(String uri)
throws MalformedURLException
- Throws:
MalformedURLException
getServer
public Server getServer()
throws Exception
- Throws:
Exception
getURI
public String getURI()
- Returns:
- the identity.
getLocator
public org.jboss.remoting.InvokerLocator getLocator()
getComponents
public Collection<ComponentName> getComponents()
addComponent
public RemoteComponent addComponent(ComponentName name)
getComponent
public RemoteComponent getComponent(ComponentName name)
removeComponent
public RemoteComponent removeComponent(ComponentName name)
hasComponent
public boolean hasComponent(ComponentName name)
addExtension
public boolean addExtension(String extensionId)
hasExtension
public boolean hasExtension(String extensionId)
removeExtension
public boolean removeExtension(String extensionId)
destroy
public void destroy()
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.