Public Member Functions | |
JvnObject | jvnCreateObject (Serializable jos) throws jvn.JvnException |
void | jvnRegisterObject (String jon, JvnObject jo) throws jvn.JvnException |
JvnObject | jvnLookupObject (String jon, Class<?extends JvnObject > type) throws jvn.JvnException |
Serializable | jvnLockRead (int joi) throws JvnException |
Serializable | jvnLockWrite (int joi) throws JvnException |
void | jvnTerminate () throws jvn.JvnException |
Definition at line 18 of file JvnLocalServer.java.
JvnObject jvn.JvnLocalServer.jvnCreateObject | ( | Serializable | jos | ) | throws jvn.JvnException |
create of a JVN object
jos | : the JVN object state |
JvnException |
Implemented in jvn.JvnServerImpl.
void jvn.JvnLocalServer.jvnRegisterObject | ( | String | jon, | |
JvnObject | jo | |||
) | throws jvn.JvnException |
Associate a symbolic name with a JVN object
jon | : the JVN object name | |
jo | : the JVN object |
JvnException |
Implemented in jvn.JvnServerImpl.
JvnObject jvn.JvnLocalServer.jvnLookupObject | ( | String | jon, | |
Class<?extends JvnObject > | type | |||
) | throws jvn.JvnException |
Get the reference of a JVN object associated to a symbolic name
jon | : the JVN object symbolic name |
JvnException |
Implemented in jvn.JvnServerImpl.
Serializable jvn.JvnLocalServer.jvnLockRead | ( | int | joi | ) | throws JvnException |
Get a Read lock on a JVN object
joi | : the JVN object identification |
JvnException |
Implemented in jvn.JvnServerImpl.
Serializable jvn.JvnLocalServer.jvnLockWrite | ( | int | joi | ) | throws JvnException |
Get a Write lock on a JVN object
joi | : the JVN object identification |
JvnException |
Implemented in jvn.JvnServerImpl.
void jvn.JvnLocalServer.jvnTerminate | ( | ) | throws jvn.JvnException |
The JVN service is not used anymore by the application
JvnException |
Implemented in jvn.JvnServerImpl.