|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
visad.RemoteActionImpl
public abstract class RemoteActionImpl
RemoteActionImpl is the VisAD remote adapter for ActionImpl.
Field Summary |
---|
Fields inherited from class java.rmi.server.RemoteObject |
---|
ref |
Method Summary | |
---|---|
void |
addReference(ThingReference ref)
create link to ThingReference; must be RemoteThingReference |
java.lang.String |
getName()
return name of this Action |
void |
removeAllReferences()
delete all links to ThingReferences |
void |
removeReference(ThingReference ref)
delete link to a ThingReference must be RemoteThingReference |
boolean |
thingChanged(ThingChangedEvent e)
|
Methods inherited from class java.rmi.server.UnicastRemoteObject |
---|
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
---|
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
---|
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean thingChanged(ThingChangedEvent e) throws VisADException, java.rmi.RemoteException
thingChanged
in interface ThingChangedListener
VisADException
java.rmi.RemoteException
public void addReference(ThingReference ref) throws VisADException, java.rmi.RemoteException
addReference
in interface Action
VisADException
java.rmi.RemoteException
public void removeReference(ThingReference ref) throws VisADException, java.rmi.RemoteException
removeReference
in interface Action
VisADException
java.rmi.RemoteException
public void removeAllReferences() throws VisADException, java.rmi.RemoteException
removeAllReferences
in interface Action
VisADException
java.rmi.RemoteException
public java.lang.String getName() throws VisADException
getName
in interface Action
VisADException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |