com.sun.xml.ws.commons
Class AbstractMOMRegistrationAware

java.lang.Object
  extended by com.sun.xml.ws.commons.AbstractMOMRegistrationAware
All Implemented Interfaces:
MOMRegistrationAware
Direct Known Subclasses:
InVmSequenceManager, NonceManager, PersistentSequenceManager, SessionManager

public abstract class AbstractMOMRegistrationAware
extends Object
implements MOMRegistrationAware

Default implementation of MOMRegistrationAware.


Constructor Summary
AbstractMOMRegistrationAware()
           
 
Method Summary
 boolean isRegisteredAtMOM()
           
 void setRegisteredAtMOM(boolean atMOM)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMOMRegistrationAware

public AbstractMOMRegistrationAware()
Method Detail

isRegisteredAtMOM

public boolean isRegisteredAtMOM()
Specified by:
isRegisteredAtMOM in interface MOMRegistrationAware

setRegisteredAtMOM

public void setRegisteredAtMOM(boolean atMOM)
Specified by:
setRegisteredAtMOM in interface MOMRegistrationAware


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.