|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmandala.jacob.remote.gpf.udp.UDPExporter
Constructor Summary | |
UDPExporter()
|
Method Summary | |
RemoteActiveMapProxy |
exportActiveMap(ActiveMap activeMap)
Makes the given activeMap remotely accessible. |
RemoteCancelableProxy |
exportCancelable(Cancelable cancelable)
Makes the given cancelable remotely accessible. |
RemoteCollectionProxy |
exportCollection(java.util.Collection collection)
Makes the given collection remotely acessible. |
RemoteMapProxy.RemoteEntryProxy |
exportEntry(java.util.Map.Entry entry)
Makes the given entry remotely accessible. |
RemoteInvocationEventsWaiterProxy |
exportInvocationEventsWaiter(InvocationEventsWaiter invocationEventsWaiter)
Makes the given invocationEventsWaiter remotely
accessible. |
RemoteInvocationInfoProxy |
exportInvocationInfo(InvocationInfo invocationInfo)
Makes the given info remotely accessible. |
RemoteInvocationObserverProxy |
exportInvocationObserver(InvocationObserver invocationObserver)
Makes the given invocationObserver remotely
accessible. |
RemoteIteratorProxy |
exportIterator(java.util.Iterator iterator)
Makes the given iterator remotely accessibles. |
RemoteMapProxy |
exportMap(java.util.Map map)
Makes the given map remotely accessible. |
RemoteMethodResultProxy |
exportMethodResult(MethodResult methodResult)
Makes the given methodResult remotely accessible. |
RemoteResultUpdaterProxy |
exportResultUpdater(ResultUpdater resultUpdater)
Makes the given resultUpdater remotely accessible. |
RemoteSetProxy |
exportSet(java.util.Set set)
Makes the given set remotely acessible. |
RemoteThreadProxy |
exportThread(ThreadOp thread)
Makes the given thread remotely accessible. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UDPExporter()
Method Detail |
public RemoteCollectionProxy exportCollection(java.util.Collection collection) throws java.lang.Exception
Exporter
Makes the given collection
remotely acessible.
exportCollection
in interface Exporter
collection
- a Collection
value
RemoteCollectionProxy
value
java.lang.Exception
- if an exception prevented the creation of the
RemoteCollectionProxy
public RemoteSetProxy exportSet(java.util.Set set) throws java.lang.Exception
Exporter
Makes the given set
remotely acessible.
exportSet
in interface Exporter
set
- a Set
value
RemoteSetProxy
value
java.lang.Exception
- if an exception prevented the creation of the
RemoteSetProxy
public RemoteMapProxy exportMap(java.util.Map map) throws java.lang.Exception
Exporter
Makes the given map
remotely accessible.
exportMap
in interface Exporter
map
- the map to serve remotely
RemoteMapProxy
instance representing the given
map
java.lang.Exception
- if an exception prevented the creation of the
RemoteMapProxy
public RemoteMapProxy.RemoteEntryProxy exportEntry(java.util.Map.Entry entry) throws java.lang.Exception
Exporter
Makes the given entry
remotely accessible.
exportEntry
in interface Exporter
entry
- a Map.Entry
value
RemoteEntryProxy
value
java.lang.Exception
- if an exception prevented the creation of the
RemoteMapProxy.RemoteEntryProxy
public RemoteActiveMapProxy exportActiveMap(ActiveMap activeMap) throws java.lang.Exception
Exporter
Makes the given activeMap
remotely accessible.
exportActiveMap
in interface Exporter
activeMap
- the active map to serve remotely
RemoteActiveMapProxy
instance representing the
given active map
java.lang.Exception
- if an exception prevented the creation of the
RemoteActiveMapProxy
public RemoteIteratorProxy exportIterator(java.util.Iterator iterator) throws java.lang.Exception
Exporter
Makes the given iterator
remotely accessibles.
exportIterator
in interface Exporter
iterator
- the iterator to serve remotely
RemoteIteratorProxy
instance representing the
given iterator
java.lang.Exception
- if an exception prevented the creation of the
RemoteIteratorProxy
public RemoteThreadProxy exportThread(ThreadOp thread) throws java.lang.Exception
Exporter
Makes the given thread
remotely accessible.
exportThread
in interface Exporter
thread
- a ThreadOp
value
RemoteThreadProxy
value
java.lang.Exception
- if an exception prevented the creation of the
RemoteThreadProxy
public RemoteInvocationInfoProxy exportInvocationInfo(InvocationInfo invocationInfo) throws java.lang.Exception
Exporter
Makes the given info
remotely accessible.
exportInvocationInfo
in interface Exporter
invocationInfo
- an InvocationInfo
value
RemoteInvocationInfoProxy
value
java.lang.Exception
- if an exception prevented the creation of the
RemoteInvocationInfoProxy
public RemoteInvocationObserverProxy exportInvocationObserver(InvocationObserver invocationObserver) throws java.lang.Exception
Exporter
Makes the given invocationObserver
remotely
accessible.
exportInvocationObserver
in interface Exporter
invocationObserver
- an InvocationObserver
value
RemoteInvocationObserverProxy
value
java.lang.Exception
- if an exception prevented the creation of the
RemoteInvocationObserverProxy
public RemoteMethodResultProxy exportMethodResult(MethodResult methodResult) throws java.lang.Exception
Exporter
Makes the given methodResult
remotely accessible.
exportMethodResult
in interface Exporter
methodResult
- a MethodResult
value
RemoteMethodResultProxy
value
java.lang.Exception
- if an exception prevented the creation of the
RemoteMethodResultProxy
public RemoteInvocationEventsWaiterProxy exportInvocationEventsWaiter(InvocationEventsWaiter invocationEventsWaiter) throws java.lang.Exception
Exporter
Makes the given invocationEventsWaiter
remotely
accessible.
exportInvocationEventsWaiter
in interface Exporter
invocationEventsWaiter
- an InvocationEventsWaiter
value
RemoteInvocationEventsWaiterProxy
value
java.lang.Exception
- if an exception prevented the creation of the
RemoteMethodResultProxy
public RemoteCancelableProxy exportCancelable(Cancelable cancelable) throws java.lang.Exception
Exporter
Makes the given cancelable
remotely accessible.
exportCancelable
in interface Exporter
cancelable
- a Cancelable
value
RemoteCancelableProxy
value
java.lang.Exception
- if an exception prevented the creation of the
RemoteMethodResultProxy
public RemoteResultUpdaterProxy exportResultUpdater(ResultUpdater resultUpdater) throws java.lang.Exception
Exporter
Makes the given resultUpdater
remotely accessible.
exportResultUpdater
in interface Exporter
resultUpdater
- a ResultUpdater
value
RemoteResultUpdaterProxy
value
java.lang.Exception
- if an exception prevented the creation of the
RemoteMethodResultProxy
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |