Package host.anzo.simon
Class RemoteObjectContainer
java.lang.Object
host.anzo.simon.RemoteObjectContainer
A simple class that builds a 3-tupel of
- remote object instance
- remote object name
- remote object interfaces
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteObjectContainer(Object remoteObject, String remoteObjectName, Class<?>[] remoteObjectInterfaces) -
Method Summary
Modifier and TypeMethodDescriptionbooleanClass<?>[]inthashCode()voidsetRemoteObject(Object remoteObject) voidsetRemoteObjectInterfaces(Class<?>[] remoteObjectInterfaces) voidsetRemoteObjectName(String remoteObjectName) toString()
-
Constructor Details
-
RemoteObjectContainer
-
-
Method Details
-
getRemoteObject
- Returns:
- the remoteObject
-
setRemoteObject
- Parameters:
remoteObject- the remoteObject to set
-
getRemoteObjectName
- Returns:
- the remoteObjectName
-
setRemoteObjectName
- Parameters:
remoteObjectName- the remoteObjectName to set
-
getRemoteObjectInterfaces
- Returns:
- the remoteObjectInterfaces
-
setRemoteObjectInterfaces
- Parameters:
remoteObjectInterfaces- the remoteObjectInterfaces to set
-
hashCode
public int hashCode() -
equals
-
toString
-