Modifier and Type | Class and Description |
---|---|
class |
DataStorageSkeleton
Do not modify this file.
|
Modifier and Type | Class and Description |
---|---|
class |
NFCProcessorSkeleton
Do not modify this file.
|
Modifier and Type | Class and Description |
---|---|
class |
ContQueryProcessorSkeleton
Do not modify this file.
|
class |
QueryProcessorSkeleton
Do not modify this file.
|
Modifier and Type | Class and Description |
---|---|
class |
LeaseRegistrySkeleton
Do not modify this file.
|
Modifier and Type | Class and Description |
---|---|
class |
SecureSkeleton
The secure skeleton supports stack analysis.
|
Modifier and Type | Class and Description |
---|---|
class |
Skeleton
The superclass for all skeletons.
|
Modifier and Type | Method and Description |
---|---|
IInvocationHandler |
ObjectRegistry.getInvocationHandler(ObjectID id)
Retrieves an invocation handler for the specified id.
|
IInvocationHandler |
ObjectRegistry.removeObject(ObjectID id)
Removes the invocation handler with the specified identifier.
|
Modifier and Type | Method and Description |
---|---|
ObjectID |
ObjectRegistry.getIdentifier(IInvocationHandler handler)
Retrieves the id of a previously registered invocation handler.
|
ObjectID |
ObjectRegistry.registerObject(IInvocationHandler handler)
Registers a new object that handles invocations.
|
void |
ObjectRegistry.registerObject(ObjectID id,
IInvocationHandler handler,
java.lang.Object localReference)
Registers a well known object with the specified id.
|