com.sun.enterprise.registration.glassfish
Class PingService

java.lang.Object
  extended by com.sun.enterprise.registration.glassfish.PingService
All Implemented Interfaces:
PostStartup, org.jvnet.hk2.component.PostConstruct

@Service(name="PingService")
public class PingService
extends java.lang.Object
implements PostStartup, org.jvnet.hk2.component.PostConstruct


Constructor Summary
PingService()
           
 
Method Summary
 void postConstruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PingService

public PingService()
Method Detail

postConstruct

public void postConstruct()
Specified by:
postConstruct in interface org.jvnet.hk2.component.PostConstruct


Copyright © 2012 GlassFish Community. All Rights Reserved.