|
VisiBroker for Java |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Activator
Allows programmatic control over the activation and deactivation of Objects. When you design your object implementation, you may want to defer the activation of ORB objects until a client requests them. By deferring object activation, you benefit from greater performance. If you have thousands of objects on a server, you can save system resources by only activating the objects when clients request them. You can defer the activation of multiple object implementations with a single Activator
| Method Summary | |
|---|---|
Object |
activate(ImplementationDef impl)
Used to activate an object implementation under the control of an Activator. |
void |
deactivate(Object obj,
ImplementationDef impl)
Used to deactivate an object implementation under the control of an Activator. |
| Method Detail |
|---|
void deactivate(Object obj,
ImplementationDef impl)
Object activate(ImplementationDef impl)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||