org.jacorb.poa.policy
Class LifespanPolicy

java.lang.Object
  extended by org.omg.PortableServer._LifespanPolicyLocalBase
      extended by org.jacorb.poa.policy.LifespanPolicy

public class LifespanPolicy
extends org.omg.PortableServer._LifespanPolicyLocalBase

This class implements the lifespan policy.

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

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

Constructor Detail

LifespanPolicy

public LifespanPolicy(org.omg.PortableServer.LifespanPolicyValue _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.LifespanPolicyValue value()