Uses of Interface
org.glassfish.api.container.Adapter
-
Packages that use Adapter Package Description com.sun.enterprise.v3.admin com.sun.enterprise.v3.admin.adapter Provides the Grizzly Adapter functionality for the admin console application in particular.com.sun.enterprise.v3.services.impl fish.payara.appserver.monitoring.rest.service.adapter org.glassfish.admin.restconnector org.glassfish.internal.embedded.grizzly org.glassfish.webservices -
-
Uses of Adapter in com.sun.enterprise.v3.admin
Classes in com.sun.enterprise.v3.admin that implement Adapter Modifier and Type Class Description classAdminAdapterListen to admin commands...classPrivateAdminAdapterAdmin adapter for private glassfish commands.classPublicAdminAdapterAdapter for public administrative commands. -
Uses of Adapter in com.sun.enterprise.v3.admin.adapter
Classes in com.sun.enterprise.v3.admin.adapter that implement Adapter Modifier and Type Class Description classAdminConsoleAdapterAn HK-2 Service that provides the functionality so that admin console access is handled properly. -
Uses of Adapter in com.sun.enterprise.v3.services.impl
Methods in com.sun.enterprise.v3.services.impl with parameters of type Adapter Modifier and Type Method Description static EndpointEndpoint. createEndpoint(Adapter adapter)Creates Endpoint based on the passedAdapterdescriptor. -
Uses of Adapter in fish.payara.appserver.monitoring.rest.service.adapter
Classes in fish.payara.appserver.monitoring.rest.service.adapter that implement Adapter Modifier and Type Class Description classRestMonitoringAdapterThe adapter class for the Rest Monitoring application. -
Uses of Adapter in org.glassfish.admin.restconnector
Classes in org.glassfish.admin.restconnector that implement Adapter Modifier and Type Class Description classAbstractProxyRestAdapterBase class for our implementation of Adapter proxies.classProxyRestCommandAdapterImplementation ofAdapterfor rest based command executor.classProxyRestManagementAdapterImplementation ofAdapterfor rest based management.classProxyRestMonitoringAdapterImplementation ofAdapterfor rest based monitoring. -
Uses of Adapter in org.glassfish.internal.embedded.grizzly
Methods in org.glassfish.internal.embedded.grizzly with parameters of type Adapter Modifier and Type Method Description voidGrizzlyContainer. add(Adapter adapter) -
Uses of Adapter in org.glassfish.webservices
Methods in org.glassfish.webservices that return types with arguments of type Adapter Modifier and Type Method Description Iterable<Adapter>WebServiceContractImpl. getAdapters()
-