Class Overview
A registry for registering remote descriptors. Remote descriptors are registered in the form of a
RemoteDescriptor object.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Methods
| Parameters |
protoMsgType |
Class |
Returns an RemoteDescriptor by its any type url. The any type url in this case must
match the remote type class, which knows how to convert a class to and from its target type!
| Parameters |
typeUrl |
String |
public
boolean
hasArgForInstanceType
(Class<?> instanceType)
Checks if an instance type is registered with this registry.
| Parameters |
instanceType |
Class: the instance to check |
public
boolean
registerRemoteTypeArgs
(List<RemoteDescriptor> remoteDescriptors)
| Parameters |
remoteDescriptors |
List |
public
void
unregisterRemoteTypeArgs
(List<RemoteDescriptor> remoteDescriptors)
| Parameters |
remoteDescriptors |
List |