Uses of Interface
com.sun.sgs.profile.ProfileOperation

Packages that use ProfileOperation
com.sun.sgs.impl.profile Provides an implementation for some interfaces in com.sun.sgs.profile
com.sun.sgs.impl.service.channel Provides an implementation of ChannelManager
com.sun.sgs.impl.service.data Provides an implementation of DataService
com.sun.sgs.impl.service.data.store Provides facilities for storing objects used by DataServiceImpl
com.sun.sgs.impl.service.nodemap Provides an implementation of NodeMappingService
com.sun.sgs.impl.service.session Provides an implementation of ClientSessionService
com.sun.sgs.impl.service.task Provides an implementation of TaskService
com.sun.sgs.impl.service.watchdog Provides an implementation of WatchdogService
com.sun.sgs.profile Interfaces used to create profiling information. 
 

Uses of ProfileOperation in com.sun.sgs.impl.profile
 

Methods in com.sun.sgs.impl.profile that return ProfileOperation
 ProfileOperation ProfileConsumerImpl.createOperation(String name, ProfileConsumer.ProfileDataType type, ProfileCollector.ProfileLevel minLevel)
          Creates the named operation in this consumer.
 

Methods in com.sun.sgs.impl.profile that return types with arguments of type ProfileOperation
(package private)  Collection<ProfileOperation> ProfileConsumerImpl.getOperations()
          Package private method to access all operations.
 

Uses of ProfileOperation in com.sun.sgs.impl.service.channel
 

Fields in com.sun.sgs.impl.service.channel declared as ProfileOperation
(package private)  ProfileOperation ChannelServiceStats.createChannelOp
           
(package private)  ProfileOperation ChannelServiceStats.getChannelOp
           
 

Uses of ProfileOperation in com.sun.sgs.impl.service.data
 

Fields in com.sun.sgs.impl.service.data declared as ProfileOperation
(package private)  ProfileOperation DataServiceStats.createRefForIdOp
           
(package private)  ProfileOperation DataServiceStats.createRefOp
           
(package private)  ProfileOperation DataServiceStats.getBindingForUpdateOp
           
(package private)  ProfileOperation DataServiceStats.getBindingOp
           
(package private)  ProfileOperation DataServiceStats.getLocalNodeIdOp
           
(package private)  ProfileOperation DataServiceStats.getObjectIdOp
           
(package private)  ProfileOperation DataServiceStats.getServiceBindingForUpdateOp
           
(package private)  ProfileOperation DataServiceStats.getServiceBindingOp
           
(package private)  ProfileOperation DataServiceStats.markForUpdateOp
           
(package private)  ProfileOperation DataServiceStats.nextBoundNameOp
           
(package private)  ProfileOperation DataServiceStats.nextObjIdOp
           
(package private)  ProfileOperation DataServiceStats.nextServiceBoundNameOp
           
(package private)  ProfileOperation DataServiceStats.removeBindingOp
           
(package private)  ProfileOperation DataServiceStats.removeObjOp
           
(package private)  ProfileOperation DataServiceStats.removeServiceBindingOp
           
(package private)  ProfileOperation DataServiceStats.setBindingOp
           
(package private)  ProfileOperation DataServiceStats.setServiceBindingOp
           
 

Uses of ProfileOperation in com.sun.sgs.impl.service.data.store
 

Fields in com.sun.sgs.impl.service.data.store declared as ProfileOperation
(package private)  ProfileOperation DataStoreStats.createObjectOp
           
(package private)  ProfileOperation DataStoreStats.getBindingOp
           
(package private)  ProfileOperation DataStoreStats.getClassIdOp
           
(package private)  ProfileOperation DataStoreStats.getClassInfoOp
           
(package private)  ProfileOperation DataStoreStats.getObjectForUpdateOp
           
(package private)  ProfileOperation DataStoreStats.getObjectOp
           
(package private)  ProfileOperation DataStoreStats.markForUpdateOp
           
(package private)  ProfileOperation DataStoreStats.nextBoundNameOp
           
(package private)  ProfileOperation DataStoreStats.nextObjectIdOp
           
(package private)  ProfileOperation DataStoreStats.removeBindingOp
           
(package private)  ProfileOperation DataStoreStats.removeObjectOp
           
(package private)  ProfileOperation DataStoreStats.setBindingOp
           
(package private)  ProfileOperation DataStoreStats.setObjectOp
           
(package private)  ProfileOperation DataStoreStats.setObjectsOp
           
 

Uses of ProfileOperation in com.sun.sgs.impl.service.nodemap
 

Fields in com.sun.sgs.impl.service.nodemap declared as ProfileOperation
(package private)  ProfileOperation NodeMappingServiceStats.assignNodeOp
           
(package private)  ProfileOperation NodeMappingServiceStats.getIdentitiesOp
           
(package private)  ProfileOperation NodeMappingServiceStats.getNodeOp
           
(package private)  ProfileOperation NodeMappingServiceStats.setStatusOp
           
 

Uses of ProfileOperation in com.sun.sgs.impl.service.session
 

Fields in com.sun.sgs.impl.service.session declared as ProfileOperation
(package private)  ProfileOperation ClientSessionServiceStats.addSessionStatusListenerOp
           
(package private)  ProfileOperation ClientSessionServiceStats.getSessionProtocolOp
           
(package private)  ProfileOperation ClientSessionServiceStats.isRelocatingToLocalNodeOp
           
 

Uses of ProfileOperation in com.sun.sgs.impl.service.task
 

Fields in com.sun.sgs.impl.service.task declared as ProfileOperation
(package private)  ProfileOperation TaskServiceStats.scheduleNDTaskDelayedOp
           
(package private)  ProfileOperation TaskServiceStats.scheduleNDTaskOp
           
(package private)  ProfileOperation TaskServiceStats.scheduleTaskDelayedOp
           
(package private)  ProfileOperation TaskServiceStats.scheduleTaskOp
           
(package private)  ProfileOperation TaskServiceStats.scheduleTaskPeriodicOp
           
 

Uses of ProfileOperation in com.sun.sgs.impl.service.watchdog
 

Fields in com.sun.sgs.impl.service.watchdog declared as ProfileOperation
(package private)  ProfileOperation WatchdogServiceStats.addNodeListenerOp
           
(package private)  ProfileOperation WatchdogServiceStats.addRecoveryListenerOp
           
(package private)  ProfileOperation WatchdogServiceStats.getBackupOp
           
(package private)  ProfileOperation WatchdogServiceStats.getLocalNodeHealthNonTransOp
           
(package private)  ProfileOperation WatchdogServiceStats.getLocalNodeHealthOp
           
(package private)  ProfileOperation WatchdogServiceStats.getNodeOp
           
(package private)  ProfileOperation WatchdogServiceStats.getNodesOp
           
(package private)  ProfileOperation WatchdogServiceStats.isLocalNodeAliveNonTransOp
           
(package private)  ProfileOperation WatchdogServiceStats.isLocalNodeAliveOp
           
 

Uses of ProfileOperation in com.sun.sgs.profile
 

Subinterfaces of ProfileOperation in com.sun.sgs.profile
 interface AggregateProfileOperation
          A profile operation which aggregates a count of how many times the operation occurred until it is explicitly cleared.
 interface TaskProfileOperation
          An operation which provides task-local information to ProfileReports.
 

Methods in com.sun.sgs.profile that return ProfileOperation
 ProfileOperation ProfileConsumer.createOperation(String name, ProfileConsumer.ProfileDataType type, ProfileCollector.ProfileLevel minLevel)
          Creates the named operation in this consumer.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved