org.openejb.corba.security
Class FinalContextToken

java.lang.Object
  extended byorg.openejb.corba.security.FinalContextToken
All Implemented Interfaces:
Destroyable

public class FinalContextToken
extends Object
implements Destroyable

Version:
$Revision: 445292 $ $Date: 2005-03-14 13:33:01 +0100 (Mon, 14 Mar 2005) $

Constructor Summary
FinalContextToken(byte[] token)
           
 
Method Summary
 void destroy()
           
 byte[] getToken()
           
 boolean isDestroyed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinalContextToken

public FinalContextToken(byte[] token)
Method Detail

getToken

public byte[] getToken()

destroy

public void destroy()
             throws DestroyFailedException
Specified by:
destroy in interface Destroyable
Throws:
DestroyFailedException

isDestroyed

public boolean isDestroyed()
Specified by:
isDestroyed in interface Destroyable


Copyright © 1999-2006 OpenEJB. All Rights Reserved.