org.objectweb.jonas_ejb.container
Class JRepStatefulObjectId

java.lang.Object
  extended by org.objectweb.jonas_ejb.container.JRepStatefulObjectId
All Implemented Interfaces:
java.io.Serializable

public class JRepStatefulObjectId
extends java.lang.Object
implements java.io.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(java.lang.String jndi, org.objectweb.carol.cmi.ObjectId oid)
          Default constructor
 
Method Summary
 org.objectweb.carol.cmi.ObjectId getClusterOId()
          gets the clusterOId
 java.lang.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(java.lang.String jndi,
                            org.objectweb.carol.cmi.ObjectId oid)
Default constructor

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

getJndi

public java.lang.String getJndi()
gets the jndi

Returns:
the jndi

getClusterOId

public org.objectweb.carol.cmi.ObjectId getClusterOId()
gets the clusterOId

Returns:
the clusterOId