org.ow2.jonas.lib.ejb21.ha
Class JRepStatefulObjectId

java.lang.Object
  extended by org.ow2.jonas.lib.ejb21.ha.JRepStatefulObjectId
All Implemented Interfaces:
Serializable

public class JRepStatefulObjectId
extends Object
implements Serializable

Object ID for a replicated sfsb

Author:
Francisco Perez-Sorrosal (fpsorrosal@no-spam@fi.upm.es), Alberto Paz-Jimenez (apaz@no-spam@fi.upm.es)
See Also:
Serialized Form

Constructor Summary
JRepStatefulObjectId(String jndi, org.ow2.cmi.ha.SessionId oid)
          Default constructor
 
Method Summary
 org.ow2.cmi.ha.SessionId getClusterOId()
          gets the clusterOId
 String getJndi()
          gets the jndi
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRepStatefulObjectId

public JRepStatefulObjectId(String jndi,
                            org.ow2.cmi.ha.SessionId oid)
Default constructor

Parameters:
jndi - the jndi
oid - the clusterOId
Method Detail

getJndi

public String getJndi()
gets the jndi

Returns:
the jndi

getClusterOId

public org.ow2.cmi.ha.SessionId getClusterOId()
gets the clusterOId

Returns:
the clusterOId


Copyright © 2010 OW2 Consortium. All Rights Reserved.