com.bea.wli.sb.transports
Interface EndPointOperations.Create

All Superinterfaces:
EndPointOperations.CommonOperation
Enclosing class:
EndPointOperations

public static interface EndPointOperations.Create
extends EndPointOperations.CommonOperation

Represents an event when a new transport endpoint is being registered


Method Summary
 EndPointConfiguration getEndPointConfiguration()
           
 boolean isEnabled()
           
 boolean isNew()
           
 
Methods inherited from interface com.bea.wli.sb.transports.EndPointOperations.CommonOperation
getRef, getScratchPad, getType, isCompensating
 

Method Detail

getEndPointConfiguration

EndPointConfiguration getEndPointConfiguration()
Returns:
service transport endpoint configuration, includes provider specific portion

isNew

boolean isNew()
Returns:
boolean flag that indicates whether this is a brand new end point being created or rather an existing endpoint which being reloaded on server startup.

isEnabled

boolean isEnabled()
Returns:
whether or not this endpoint is in the enabled state