org.kie.workbench.common.screens.server.management.backend
Class ServerReferenceStorageImpl
java.lang.Object
org.kie.workbench.common.screens.server.management.backend.ServerReferenceStorageImpl
@ApplicationScoped
public class ServerReferenceStorageImpl
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerReferenceStorageImpl
public ServerReferenceStorageImpl()
exists
public boolean exists(ServerRef serverRef)
forceRegister
public void forceRegister(ServerRef serverRef)
register
public void register(ServerRef serverRef)
listRegisteredServers
public Collection<ServerRef> listRegisteredServers()
unregister
public void unregister(ServerRef serverRef)
toHex
public String toHex(String arg)
createContainer
public void createContainer(ContainerRef containerRef)
loadServerRef
public ServerRef loadServerRef(String serverId)
deleteContainer
public void deleteContainer(String serverId,
String containerId)
updateContainer
public void updateContainer(String serverId,
String containerId,
org.guvnor.common.services.project.model.GAV releaseId)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.