Package | Description |
---|---|
com.webobjects.monitor._private |
Modifier and Type | Method and Description |
---|---|
MInstance |
MSiteConfig.instanceWithHostAndPort(String name,
InetAddress host,
String port) |
MInstance |
MSiteConfig.instanceWithHostnameAndPort(String hostAndPort) |
MInstance |
MSiteConfig.instanceWithHostnameAndPort(String hostName,
Integer port) |
MInstance |
MSiteConfig.instanceWithHostnameAndPort(String hostName,
String port) |
MInstance |
MApplication.instanceWithID(Integer ID) |
MInstance |
MSiteConfig.instanceWithName(String anInstanceName) |
MInstance |
MHost.instanceWithPort(Integer port) |
Modifier and Type | Method and Description |
---|---|
NSMutableArray<MInstance> |
MSiteConfig.addInstances_M(MHost selectedHost,
MApplication myApplication,
int numberToAdd) |
NSMutableArray<MInstance> |
MSiteConfig.instanceArray() |
NSArray<MInstance> |
MApplication.instanceArray() |
NSArray<MInstance> |
MApplication.runningInstances_M() |
Modifier and Type | Method and Description |
---|---|
void |
MSiteConfig._addInstance(MInstance newInstance) |
void |
MHost._addInstancePrimitive(MInstance anInstance)
Adding and Removing Instance Primitives *********
|
void |
MApplication._addInstancePrimitive(MInstance anInstance)
Adding and Removing Instance primitives
|
void |
MSiteConfig._removeInstance(MInstance anInstance) |
void |
MHost._removeInstancePrimitive(MInstance anInstance) |
void |
MApplication._removeInstancePrimitive(MInstance anInstance) |
void |
MSiteConfig.addInstance_M(MInstance newInstance) |
void |
MSiteConfig.addInstance_W(MInstance newInstance) |
abstract WOResponse |
ProtoLocalMonitor.queryInstance(MInstance anInstance) |
void |
MSiteConfig.removeInstance_M(MInstance anInstance) |
void |
MSiteConfig.removeInstance_W(MInstance anInstance) |
abstract String |
ProtoLocalMonitor.startInstance(MInstance anInstance) |
abstract WOResponse |
ProtoLocalMonitor.stopInstance(MInstance anInstance) |
abstract WOResponse |
ProtoLocalMonitor.terminateInstance(MInstance anInstance) |
Modifier and Type | Method and Description |
---|---|
void |
MSiteConfig.removeInstances_M(MApplication application,
NSArray<MInstance> instances) |
Copyright © 2002 – 2024 Project Wonder.