public class LeaseRegistryProxy extends Proxy implements ILeaseRegistry
REGISTRY_ID| Constructor and Description |
|---|
LeaseRegistryProxy()
Default constructor to create a new object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
remove(SystemID system,
Lease lease)
Proxy method that creates and transfers an invocation for the interface method.
|
void |
unhook(SystemID system,
Lease lease)
Proxy method that creates and transfers an invocation for the interface method.
|
java.util.Vector |
update(SystemID system,
java.util.Vector leases)
Proxy method that creates and transfers an invocation for the interface method.
|
getPlugins, getSourceID, getTargetID, isGateway, setGateway, setPlugins, setSourceID, setTargetIDpublic LeaseRegistryProxy()
public void remove(SystemID system, Lease lease) throws InvocationException
remove in interface ILeaseRegistrysystem - see info.pppc.base.lease.ILeaseRegistrylease - see info.pppc.base.lease.ILeaseRegistryInvocationException - see info.pppc.base.lease.ILeaseRegistryILeaseRegistrypublic void unhook(SystemID system, Lease lease) throws InvocationException
unhook in interface ILeaseRegistrysystem - see info.pppc.base.lease.ILeaseRegistrylease - see info.pppc.base.lease.ILeaseRegistryInvocationException - see info.pppc.base.lease.ILeaseRegistryILeaseRegistrypublic java.util.Vector update(SystemID system, java.util.Vector leases) throws InvocationException
update in interface ILeaseRegistrysystem - see info.pppc.base.lease.ILeaseRegistryleases - see info.pppc.base.lease.ILeaseRegistryInvocationException - see info.pppc.base.lease.ILeaseRegistryILeaseRegistry