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, setTargetID
public LeaseRegistryProxy()
public void remove(SystemID system, Lease lease) throws InvocationException
remove
in interface ILeaseRegistry
system
- see info.pppc.base.lease.ILeaseRegistrylease
- see info.pppc.base.lease.ILeaseRegistryInvocationException
- see info.pppc.base.lease.ILeaseRegistryILeaseRegistry
public void unhook(SystemID system, Lease lease) throws InvocationException
unhook
in interface ILeaseRegistry
system
- see info.pppc.base.lease.ILeaseRegistrylease
- see info.pppc.base.lease.ILeaseRegistryInvocationException
- see info.pppc.base.lease.ILeaseRegistryILeaseRegistry
public java.util.Vector update(SystemID system, java.util.Vector leases) throws InvocationException
update
in interface ILeaseRegistry
system
- see info.pppc.base.lease.ILeaseRegistryleases
- see info.pppc.base.lease.ILeaseRegistryInvocationException
- see info.pppc.base.lease.ILeaseRegistryILeaseRegistry