Searched refs:containerType (Results 1 - 7 of 7) sorted by relevance

/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/
H A DListPersistenceTypesCommand.java72 private String containerType; field in class:ListPersistenceTypesCommand
87 logger.log(Level.FINE, Strings.get("list.persistence.types.called", containerType));
93 if (containerType.equals("ejb") ) {
117 if (containerType == null) {
121 if (!containerType.equals("ejb") && !containerType.equals("web")) {
122 return fail(Strings.get("list.persistence.types.invalid.parameter", containerType));
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/config/
H A DConfigParser.java83 public <T extends Container> T parseContainerConfig(Habitat habitat, URL configuration, Class<T> containerType) throws IOException; argument
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/data/
H A DContainerRegistry.java82 public synchronized EngineInfo getContainer(String containerType) { argument
83 return containers.get(containerType);
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/base/stats/
H A DMonitoringRegistryMediator.java76 private int containerType; field in class:MonitoringRegistryMediator
116 this.containerType = STATELESS_CONTAINER_TYPE;
126 this.containerType = STATEFUL_CONTAINER_TYPE;
136 this.containerType = ENTITY_CONTAINER_TYPE;
147 this.containerType = MESSAGE_CONTAINER_TYPE;
289 switch (containerType) {
344 switch (containerType) {
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEntityContainer.java244 protected EntityContainer(ContainerType containerType, EjbDescriptor desc, ClassLoader loader) argument
246 super(containerType, desc, loader);
H A DBaseContainer.java134 protected ContainerType containerType; field in class:BaseContainer
468 this.containerType = type;
803 return containerType;
H A DEJBTimerService.java600 if( container.containerType == BaseContainer.ContainerType.ENTITY) {

Completed in 41 milliseconds