org.jacorb.poa.policy
Class IdUniquenessPolicy

java.lang.Object
  extended by org.omg.PortableServer._IdUniquenessPolicyLocalBase
      extended by org.jacorb.poa.policy.IdUniquenessPolicy

public class IdUniquenessPolicy
extends org.omg.PortableServer._IdUniquenessPolicyLocalBase

This class implements the id uniqueness policy.

Version:
$Id: IdUniquenessPolicy.java,v 1.10 2006/08/29 20:20:06 andre.spiegel Exp $
Author:
Reimo Tiedemann, FU Berlin

Constructor Summary
IdUniquenessPolicy(org.omg.PortableServer.IdUniquenessPolicyValue _value)
           
 
Method Summary
 org.omg.CORBA.Policy copy()
           
 void destroy()
           
 int policy_type()
           
 org.omg.PortableServer.IdUniquenessPolicyValue value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdUniquenessPolicy

public IdUniquenessPolicy(org.omg.PortableServer.IdUniquenessPolicyValue _value)
Method Detail

copy

public org.omg.CORBA.Policy copy()

destroy

public void destroy()

policy_type

public int policy_type()

value

public org.omg.PortableServer.IdUniquenessPolicyValue value()