com.sun.xml.ws.server
Class MonitorBase

java.lang.Object
  extended by com.sun.xml.ws.server.MonitorBase
Direct Known Subclasses:
MonitorRootClient, MonitorRootService

public abstract class MonitorBase
extends Object


Constructor Summary
MonitorBase()
           
 
Method Summary
static void closeMOM(org.glassfish.gmbal.ManagedObjectManager mom)
           
 org.glassfish.gmbal.ManagedObjectManager createManagedObjectManager(Stub stub)
          Client monitoring is OFF by default because there is no standard stub.close() method.
 org.glassfish.gmbal.ManagedObjectManager createManagedObjectManager(WSEndpoint endpoint)
          Endpoint monitoring is ON by default.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorBase

public MonitorBase()
Method Detail

createManagedObjectManager

@NotNull
public org.glassfish.gmbal.ManagedObjectManager createManagedObjectManager(WSEndpoint endpoint)
Endpoint monitoring is ON by default. prop | no assert | assert/no mon | assert/mon off | assert/mon on ------------------------------------------------------------------- not set | on | on | off | on false | off | off | off | off true | on | on | off | on


createManagedObjectManager

@NotNull
public org.glassfish.gmbal.ManagedObjectManager createManagedObjectManager(Stub stub)
Client monitoring is OFF by default because there is no standard stub.close() method. Therefore people do not typically close a stub when they are done with it (even though the RI does provide a .close).
 prop    |  no assert | assert/no mon | assert/mon off | assert/mon on
 -------------------------------------------------------------------
 not set |    off     |      off      |     off        |     on
 false   |    off     |      off      |     off        |     off
 true    |    on      |      on       |     off        |     on
 


closeMOM

public static void closeMOM(org.glassfish.gmbal.ManagedObjectManager mom)


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.