|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteService
An interface that can be implemented by SPI-Services to give them the ability to create proxies to distributed objects.
Method Summary | |
---|---|
DistributedObject |
createDistributedObject(String objectName)
Creates a distributed object. |
void |
destroyDistributedObject(String objectName)
Destroys a distributed object. |
Method Detail |
---|
DistributedObject createDistributedObject(String objectName)
objectName
- the name for the created distributed object
void destroyDistributedObject(String objectName)
objectName
- the name of the distributed object to destroy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |