|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessRegistryBinding | |
|---|---|
| com.metamatrix.platform.admin.apiimpl | |
| com.metamatrix.platform.registry | |
| com.metamatrix.platform.vm.controller | |
| Uses of ProcessRegistryBinding in com.metamatrix.platform.admin.apiimpl |
|---|
| Methods in com.metamatrix.platform.admin.apiimpl that return types with arguments of type ProcessRegistryBinding | |
|---|---|
java.util.List<ProcessRegistryBinding> |
RuntimeStateAdminAPIHelper.getProcesses()
Return all processes. |
java.util.List<ProcessRegistryBinding> |
RuntimeStateAdminAPIImpl.getVMControllerBindings()
|
| Uses of ProcessRegistryBinding in com.metamatrix.platform.registry |
|---|
| Methods in com.metamatrix.platform.registry that return ProcessRegistryBinding | |
|---|---|
ProcessRegistryBinding |
ClusteredRegistryState.getProcessBinding(java.lang.String hostName,
java.lang.String processName)
|
| Methods in com.metamatrix.platform.registry that return types with arguments of type ProcessRegistryBinding | |
|---|---|
java.util.List<ProcessRegistryBinding> |
ClusteredRegistryState.getVMs(java.lang.String hostName)
Gets all the VMs for a given Host. |
| Methods in com.metamatrix.platform.registry with parameters of type ProcessRegistryBinding | |
|---|---|
protected void |
ClusteredRegistryState.addProcess(java.lang.String hostName,
java.lang.String processName,
ProcessRegistryBinding vmBinding)
|
void |
ProcessMonitor.processAdded(ProcessRegistryBinding binding)
|
void |
ProcessMonitor.processUpdated(ProcessRegistryBinding binding)
|
protected void |
ClusteredRegistryState.updateProcess(java.lang.String hostName,
java.lang.String processName,
ProcessRegistryBinding binding)
|
| Uses of ProcessRegistryBinding in com.metamatrix.platform.vm.controller |
|---|
| Methods in com.metamatrix.platform.vm.controller with parameters of type ProcessRegistryBinding | |
|---|---|
void |
ServerEvents.processAdded(ProcessRegistryBinding binding)
|
void |
ServerEvents.processUpdated(ProcessRegistryBinding binding)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||