コード例 #1
0
 private ConnectorResource() {
   super(
       PATH,
       RemotingExtension.getResourceDescriptionResolver(CONNECTOR),
       ConnectorAdd.INSTANCE,
       ConnectorRemove.INSTANCE);
 }
コード例 #2
0
 private ConnectorResource() {
   super(
       PathElement.pathElement(CommonAttributes.CONNECTOR),
       RemotingExtension.getResourceDescriptionResolver(CONNECTOR),
       ConnectorAdd.INSTANCE,
       ConnectorRemove.INSTANCE);
 }
 private RemoteOutboundConnnectionResourceDefinition() {
   super(
       ADDRESS,
       RemotingExtension.getResourceDescriptionResolver(
           CommonAttributes.REMOTE_OUTBOUND_CONNECTION),
       RemoteOutboundConnectionAdd.INSTANCE,
       RemoteOutboundConnectionRemoveHandler.INSTANCE);
 }